]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-register_tool.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / feature-gates / feature-gate-register_tool.rs
CommitLineData
60c5eb7d
XL
1#![register_tool(tool)] //~ ERROR the `#[register_tool]` attribute is an experimental feature
2
3fn main() {}