Sign in
rust
/
rust
/
refs/heads/main
/
.
/
tests
/
ui
/
compiletest-self-test
/
ui-testing-optout.rs
blob: 2f2bc54676a8d114c5acc90c8367bf6107f382d4 [
file
] [
edit
]
//@ compile-flags: -Z ui-testing=no --diagnostic-width=80
// Line number < 10
type
A
=
B
;
//~ ERROR
// Line number >=10, <100
type
C
=
D
;
//~ ERROR
// Line num >=100
type
E
=
F
;
//~ ERROR
fn
main
()
{}