Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-cfi_encoding.rs
blob: b6312dd7817f9fd7e9a6bffffa18717eced35ab2 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#[
cfi_encoding
=
"3Bar"
]
//~ ERROR the `#[cfi_encoding]` attribute is an experimental feature [E0658]
pub
struct
Foo
(
i32
);