Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
rustversion-1.0.14
/
tests
/
ui
/
bad-bound.rs
blob: add8792eb116f88c8cf53f0c6475f418b9055df3 [
file
] [
log
] [
blame
]
#[
rustversion
::
since
(
stable
)]
struct
S
;
#[
rustversion
::
any
(
since
(
stable
))]
struct
S
;
fn
main
()
{}