about summary refs log tree commit diff
path: root/tests/ui/tool-attributes/nested-disallowed.rs
blob: 8e78042776106d50e01e9ec84ec89a116d60333b (plain)
1
2
3
4
#![feature(register_tool)]
#![register_tool(foo::bar)] //~ ERROR only accepts identifiers

fn main() {}