rust/tests/ui/feature-gates/feature-gate-compiler-built...

4 lines
86 B
Rust

#![compiler_builtins] //~ ERROR the `#[compiler_builtins]` attribute is
fn main() {}