We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[link_ordinal]
1 parent fd2a462 commit 929b899Copy full SHA for 929b899
compiler/rustc_parse/src/validate_attr.rs
@@ -266,7 +266,8 @@ pub fn check_builtin_meta_item(
266
template: AttributeTemplate,
267
deny_unsafety: bool,
268
) {
269
- if !is_attr_template_compatible(&template, &meta.kind) {// attrs with new parsers are locally validated so excluded here
+ if !is_attr_template_compatible(&template, &meta.kind) {
270
+ // attrs with new parsers are locally validated so excluded here
271
if matches!(
272
name,
273
sym::inline
0 commit comments