Files
rust/tests/ui/tool-attributes/nested-disallowed.rs
T
Jonathan Brouwer 07bf6ae810 Use the new parser throughout the compiler
Co-authored-by: Jana Dönszelmann <jana@donsz.nl>
2026-02-24 09:34:59 +01:00

5 lines
121 B
Rust

#![feature(register_tool)]
#![register_tool(foo::bar)] //~ ERROR malformed `register_tool` attribute input
fn main() {}