Sign in
android
/
platform
/
external
/
rust
/
crates
/
rustversion
/
1c53bb5ceef4b9e8f9828dbc98ea52126786249a
/
.
/
tests
/
ui
/
bad-version.rs
blob: 1fe8dba166ec057c284382cdf2745a2ae098610e [
file
] [
log
] [
blame
]
#[
rustversion
::
stable
(
nightly
)]
struct
S
;
#[
rustversion
::
any
(
stable
(
nightly
))]
struct
S
;
fn
main
()
{}