Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0259.rs
blob: 78e56deccb4c3ac73d9c8a0e775de732669ca3ab [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
test
)]
extern
crate alloc
;
extern
crate test
as
alloc
;
//~^ ERROR E0259
fn
main
()
{}