Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
compiletest-self-test
/
ui-testing-optout.rs
blob: 62920a86c3b3ec8a01485cc461a05bc2b374b920 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}