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