962c0a4ee5
Change from syntaxy-looking [src] to the plain word "source".
11 lines
201 B
Rust
11 lines
201 B
Rust
pub struct Foo;
|
|
|
|
// @has issue_16265_1/traits/index.html 'source'
|
|
pub mod traits {
|
|
impl PartialEq for super::Foo {
|
|
fn eq(&self, _: &super::Foo) -> bool {
|
|
true
|
|
}
|
|
}
|
|
}
|