Open
Description
fn main() { println!("hello world"); }
rustc -Zunpretty=identified
:
fn main() { println!("hello world"); } /* block 4294967040 */ /* 4294967040 */
Clearly it's useless if the NodeId
s are all NodeId::MAX_AS_U32
(4294967040
aka -256_i32 as u32
) (I think it may just have to be removed in favour of -Zunpretty=expanded,identified
since the NodeId
s are only assigned after macro expansion, and only correspond to elements of that AST, not the pre-expansion one).