File: bad-bound.rs

package info (click to toggle)
rust-rustversion 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
#[rustversion::since(stable)]
struct S;

#[rustversion::any(since(stable))]
struct S;

fn main() {}