Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
stability-attribute
/
auxiliary
/
ctor-stability.rs
blob: 74c6023d7fbbd97d0de51e297fe58d641890cd90 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#![
feature
(
staged_api
)]
#![
stable
(
feature
=
"none"
,
since
=
"1.0"
)]
#[
stable
(
feature
=
"none"
,
since
=
"1.0"
)]
pub
enum
Foo
{
A
,
}