Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
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`