1 2 3 4 5 6
#![feature(register_tool)] #![register_tool(1)] //~^ ERROR `register_tool` only accepts identifiers fn main() {}