bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f2f5748
rust-analyzer
/ crates/syntax/test_data/parser/ok/0046_extern_inner_attributes.rs
Raw
1
2
3
4
extern "C" { //! This is a doc comment #![doc("This is also a doc comment")] }