blob: 8e78042776106d50e01e9ec84ec89a116d60333b [file] [log] [blame]
#![feature(register_tool)]
#![register_tool(foo::bar)] //~ ERROR only accepts identifiers
fn main() {}