Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
annotate-snippet
/
auxiliary
/
other_file.rs
blob: 6f5f412d0861f7fa074c0e2a2753e1c13d7f701e [
file
] [
log
] [
blame
]
pub
struct
WithPrivateMethod
;
impl
WithPrivateMethod
{
/// Private to get an error involving two files
fn
private_method
(&
self
)
{}
}