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
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 17:44:50 +02:00
#![
feature(rustdoc_internals)
]
Add tests for doc_keyword feature extension
2020-11-27 14:28:17 +01:00
#[
doc(keyword =
"
foo df
"
)
]
//~ ERROR
mod
foo
{
}
Reference in New Issue
Copy Permalink