Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
98c73709cc694a76a4bef8b8e92e92cdb262faef
/
.
/
crates
/
rustversion
/
tests
/
ui
/
bad-bound.rs
blob: add8792eb116f88c8cf53f0c6475f418b9055df3 [
file
] [
log
] [
blame
]
#[
rustversion
::
since
(
stable
)]
struct
S
;
#[
rustversion
::
any
(
since
(
stable
))]
struct
S
;
fn
main
()
{}