summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-register_tool.rs
blob: e599593283b35cc783cd83102cf69265acf4f2e3 (plain)
1
2
3
#![register_tool(tool)] //~ ERROR the `#[register_tool]` attribute is an experimental feature

fn main() {}