Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
consts
/
nested_erroneous_ctfe.rs
blob: 1ec271401fb4c34e906cddce0bb6fa7011760b18 [
file
] [
log
] [
blame
]
fn
main
()
{
[
9
;
||
[
9
;
[]]];
//~^ ERROR: mismatched types
}