Sign in
fuchsia
/
third_party
/
rust
/
8072811356a178dbdf8ca09b1635cfafd4661971
/
.
/
tests
/
ui
/
elided-test.rs
blob: 2bedc25e17bb5613e4478da755ed8aa11113c8bd [
file
] [
log
] [
blame
]
// Since we're not compiling a test runner this function should be elided
// and the build will fail because main doesn't exist
#[
test
]
fn
main
()
{
}
//~ ERROR `main` function not found in crate `elided_test`