Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
assert-as-macro.rs
blob: 391b056292f8482280dc80414493e220ce69aa80 [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ error-pattern:assertion failed: 1 == 2
//@ ignore-emscripten no processes
fn
main
()
{
assert
!(
1
==
2
);
}