We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509cb33 commit c305ac3Copy full SHA for c305ac3
src/librustc_error_codes/error_codes/E0746.md
@@ -2,7 +2,8 @@ Return types cannot be `dyn Trait`s as they must be `Sized`.
2
3
Erroneous code example:
4
5
-```compile_fail,E0746
+```compile_fail,E0277
6
+# // FIXME: after E0746 is in beta, change the above
7
trait T {
8
fn bar(&self);
9
}
0 commit comments