]> git.lizzy.rs Git - rust.git/blob - src/test/ui/ast-json/ast-json-noexpand-output.rs
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[rust.git] / src / test / ui / ast-json / ast-json-noexpand-output.rs
1 // Check that AST json printing works.
2 #![crate_type = "lib"]
3
4 // check-pass
5 // compile-flags: -Zast-json-noexpand
6 // normalize-stdout-test ":\d+" -> ":0"
7
8 // Only include a single item to reduce how often the test output needs
9 // updating.
10 extern crate core;