Skip to content

Commit a6b5f87

Browse files
clean up E0321 explanation
1 parent dbef353 commit a6b5f87

File tree

1 file changed

+3
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-1
lines changed

src/librustc_error_codes/error_codes/E0321.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
A cross-crate opt-out trait was implemented on something which wasn't a struct
2-
or enum type. Erroneous code example:
2+
or enum type.
3+
4+
Erroneous code example:
35

46
```compile_fail,E0321
57
#![feature(optin_builtin_traits)]

0 commit comments

Comments
 (0)