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