Document #![register_tool]
This commit is contained in:
parent
0998d4095b
commit
10bc5acf0d
5 changed files with 79 additions and 0 deletions
4
tests/ui/tool-attributes/nested-disallowed.rs
Normal file
4
tests/ui/tool-attributes/nested-disallowed.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#![feature(register_tool)]
|
||||
#![register_tool(foo::bar)] //~ ERROR only accepts identifiers
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue