Sign in
fuchsia
/
third_party
/
rust
/
7e8ef3a818df467df052d1b06faab79045afd3ee
/
.
/
tests
/
ui
/
error-codes
/
E0308.rs
blob: c27d424547189ca4085163dabc771e751be9a731 [
file
]
#![
feature
(
intrinsics
)]
#![
feature
(
rustc_attrs
)]
#[
rustc_intrinsic
]
fn
size_of
<
T
>();
//~^ ERROR E0308
fn
main
()
{}