summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/missing-stability-attr-at-top-level.stderr
blob: f6747976945572429892e77838fc31dd4ab74305 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: crate has missing stability attribute
  --> $DIR/missing-stability-attr-at-top-level.rs:1:1
   |
LL | / #![feature(staged_api)]
LL | | //~^ ERROR crate has missing stability attribute
LL | |
LL | | fn main() {}
   | |____________^

error: aborting due to previous error