Files
rust/src/test/ui/ast-json/ast-json-output.rs

10 lines
237 B
Rust
Raw Normal View History

// Check that AST json printing works.
// check-pass
// compile-flags: -Zast-json-noexpand
// normalize-stdout-test ":\d+" -> ":0"
// Only include a single item to reduce how often the test output needs
// updating.
extern crate core;