This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
5b51a8ef4f
rust
/
tests
/
ui
/
stability-attribute
/
missing-stability-attr-at-top-level.rs
5 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Improve the error messages for missing stability attributes This makes the capitalisation consistent and provides more context (especially for missing top-level attributes).
2019-02-07 16:38:23 +01:00
#![
feature(staged_api)
]
Remove redundant `descr`/`descriptive_variant` methods from HIR.
2020-04-17 23:00:12 +03:00
//~^ ERROR module has missing stability attribute
Improve the error messages for missing stability attributes This makes the capitalisation consistent and provides more context (especially for missing top-level attributes).
2019-02-07 16:38:23 +01:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink