mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-29 06:23:25 +00:00
6 lines
122 B
Rust
6 lines
122 B
Rust
fn a() {}
|
|
pub fn b() {}
|
|
pub macro m($:ident) {}
|
|
pub(crate) fn c() {}
|
|
pub(super) fn d() {}
|
|
pub(in foo::bar::baz) fn e() {}
|