summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-compiler-builtins.rs
blob: 0d64f1fdcf55e3c677470e58de6e9afa811b1872 (plain)
1
2
3
#![compiler_builtins] //~ ERROR the `#[compiler_builtins]` attribute is

fn main() {}