8 lines
134 B
Rust
8 lines
134 B
Rust
|
// aux-build:issue-29181.rs
|
||
|
|
||
|
extern crate issue_29181 as foo;
|
||
|
|
||
|
fn main() {
|
||
|
0.homura(); //~ ERROR no method named `homura` found
|
||
|
}
|