]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gates/feature-gate-register_tool.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-register_tool.rs
1 #![register_tool(tool)] //~ ERROR the `#[register_tool]` attribute is an experimental feature
2
3 fn main() {}