Document #![register_tool]

This commit is contained in:
jyn 2025-03-16 22:27:09 -04:00
parent 0998d4095b
commit 10bc5acf0d
5 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#![feature(register_tool)]
#![register_tool(foo::bar)] //~ ERROR only accepts identifiers
fn main() {}