]> git.proxmox.com Git - rustc.git/blame - src/test/ui/command-line-diagnostics.rs
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / command-line-diagnostics.rs
CommitLineData
ff7c6d11
XL
1// This test checks the output format without the intermediate json representation
2// compile-flags: --error-format=human
3
cc61c64b 4pub fn main() {
ff7c6d11
XL
5 let x = 42;
6 x = 43;
223e47cc 7}