Sign in
rust
/
rust
/
decec173ecfe2f5000c66b8bff90b4ff9edb95da
/
.
/
tests
/
ui
/
error-codes
/
E0152.rs
blob: 53c7c027eff3994e3509a4ae76eb42f05d23f2a0 [
file
]
//@ normalize-stderr: "loaded from .*liballoc-.*.rmeta" -> "loaded from SYSROOT/liballoc-*.rmeta"
#![
feature
(
lang_items
)]
#[
lang
=
"owned_box"
]
struct
Foo
<
T
>(
T
);
//~ ERROR E0152
fn
main
()
{
}