This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9053e03f10
rust
/
tests
/
rustdoc-ui
/
invalid-keyword.rs
5 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Create rustdoc_internals feature gate
2021-10-30 10:44:50 -05:00
#![
feature(rustdoc_internals)
]
Add tests for doc_keyword feature extension
2020-11-27 07:28:17 -06:00
#[
doc(keyword =
"
foo df
"
)
]
//~ ERROR
mod
foo
{
}
Reference in New Issue
Copy Permalink