rust/tests/ui/feature-gates/feature-gate-compiler-builtins.rs
2023-01-11 09:32:08 +00:00

4 lines
86 B
Rust

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