We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbef353 commit a6b5f87Copy full SHA for a6b5f87
src/librustc_error_codes/error_codes/E0321.md
@@ -1,5 +1,7 @@
1
A cross-crate opt-out trait was implemented on something which wasn't a struct
2
-or enum type. Erroneous code example:
+or enum type.
3
+
4
+Erroneous code example:
5
6
```compile_fail,E0321
7
#![feature(optin_builtin_traits)]
0 commit comments