Sign in
rust
/
rust
/
5a96067a65dfd15fdd13b2d5b6f01884ed30d00a
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
auxiliary
/
external_item.rs
blob: 621e18f5c017aa4cc802648671314e7055e4a756 [
file
]
pub
struct
_ExternalStruct
{}
impl
_ExternalStruct
{
pub
fn
_foo
(
self
)
{}
}
pub
fn
_external_foo
()
{}