Files
rust/tests/ui/tool-attributes/nested-disallowed.rs

5 lines
104 B
Rust
Raw Normal View History

2025-03-16 22:27:09 -04:00
#![feature(register_tool)]
#![register_tool(foo::bar)] //~ ERROR only accepts identifiers
fn main() {}