summary refs log tree commit diff
path: root/src/test/ui/issues/issue-29181.rs
blob: 45752ad4f62b6dba9634fd9b4e1e4aca77716172 (plain)
1
2
3
4
5
6
7
// aux-build:issue-29181.rs

extern crate issue_29181 as foo;

fn main() {
    0.homura(); //~ ERROR no method named `homura` found
}