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.
rustc_cfg_placeholder
naked
1 parent 577246b commit d2d1ac1Copy full SHA for d2d1ac1
compiler/rustc_passes/src/check_attr.rs
@@ -523,6 +523,7 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
523
// conditional compilation
524
sym::cfg,
525
sym::cfg_attr,
526
+ sym::rustc_cfg_placeholder,
527
// testing (allowed here so better errors can be generated in `rustc_builtin_macros::test`)
528
sym::test,
529
sym::ignore,
0 commit comments