This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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 16:10:24 -07:00
#[
cfg_accessible(std)
]
//~ ERROR use of unstable library feature `cfg_accessible`
builtin_macros: Add attribute macro `#[cfg_accessible(path)]`
2020-03-10 00:56:20 +03:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink