Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
ui-testing-optout.rs
blob: 88e811583161c1a27b06f9568fe1dc65a7da3d55 [
file
] [
log
] [
blame
]
// compile-flags: -Z ui-testing=no
// Line number < 10
type
A
=
B
;
//~ ERROR
// Line number >=10, <100
type
C
=
D
;
//~ ERROR
// Line num >=100
type
E
=
F
;
//~ ERROR
fn
main
()
{}