You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0437]: type `Bar` is not a member of trait `Foo`
--> src/test/compile-fail/E0437.rs:14:5
|
14 | type Bar = bool; //~ ERROR E0437
| ^^^^^^^^^^^^^^^^
To:
error[E0437]: type `Bar` is not a member of trait `Foo`
--> src/test/compile-fail/E0437.rs:14:5
|
14 | type Bar = bool; //~ ERROR E0437
| ^^^^^^^^^^^^^^^^ not a member of trait `Foo`
The text was updated successfully, but these errors were encountered:
From: src/test/compile-fail/E0437.rs
E0437 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: