This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-12 01:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
254bf6027d
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 15:38:23 +00:00
#![
feature(staged_api)
]
Remove redundant `descr`/`descriptive_variant` methods from HIR.
2020-04-17 20:00:12 +00: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 15:38:23 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink