mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
5 lines
98 B
Rust
5 lines
98 B
Rust
fn a() {}
|
|
pub fn b() {}
|
|
pub(crate) fn c() {}
|
|
pub(super) fn d() {}
|
|
pub(in foo::bar::baz) fn e() {}
|