Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-14091.rs
blob: 0ee20de9053dc8c87b4d8835670272a2a137d32f [
file
] [
log
] [
blame
] [
edit
]
fn
main
(){
assert
!(
1
,
1
);
//~^ ERROR mismatched types
}