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-03 05:27:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
rust
/
tests
/
ui
/
conditional-compilation
/
cfg_accessible-unstable.rs
3 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
use backticks instead of single quotes when reporting "use of unstable library feature" This is consistent with all other diagnostics I could find containing features and enables the use of `DiagSymbolList` for generalizing diagnostics for unstable library features to multiple features.
2024-11-02 23:10:24 +00:00
#[
cfg_accessible(std)
]
//~ ERROR use of unstable library feature `cfg_accessible`
builtin_macros: Add attribute macro `#[cfg_accessible(path)]`
2020-03-09 21:56:20 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink