]> git.proxmox.com Git - rustc.git/blob - src/test/ui/ast-json/ast-json-output.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / ast-json / ast-json-output.rs
1 // Check that AST json printing works.
2 #![crate_type = "lib"]
3
4 // check-pass
5 // compile-flags: -Zast-json
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;