2023-05-17 16:59:39 +08:00
|
|
|
error[E0599]: no function or associated item named `has` found for trait `HasNot`
|
|
|
|
--> $DIR/issue-111312.rs:10:13
|
|
|
|
|
|
|
|
|
LL | HasNot::has();
|
|
|
|
| ^^^ function or associated item not found in `HasNot`
|
|
|
|
|
|
|
|
|
note: `Has` defines an item `has`
|
|
|
|
--> $DIR/issue-111312.rs:3:1
|
|
|
|
|
|
|
|
|
LL | trait Has {
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-05-17 16:59:39 +08:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0599`.
|