fn collect_properties_from_requires_attrs<'tcx>(
tcx: TyCtxt<'tcx>,
attrs: impl IntoIterator<Item = &'tcx Attribute>,
property_def_id: DefId,
parse_error_label: &str,
) -> Vec<Property<'tcx>>Expand description
Collects properties from #[rapx::requires(...)] attributes.