]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-30123.stderr
094c962de29ecf726086238943cbb2ba6088ca67
[rust.git] / src / test / ui / issues / issue-30123.stderr
1 error[E0599]: no function or associated item named `new_undirected` found for type `issue_30123_aux::Graph<i32, i32>` in the current scope
2   --> $DIR/issue-30123.rs:17:14
3    |
4 LL |     let ug = Graph::<i32, i32>::new_undirected();
5    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `issue_30123_aux::Graph<i32, i32>`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.