Skip to content

Commit 44daa45

Browse files
Clean up E0511 explanation
1 parent 1b521f5 commit 44daa45

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

src/librustc_error_codes/error_codes/E0511.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Invalid monomorphization of an intrinsic function was used. Erroneous code
2-
example:
1+
Invalid monomorphization of an intrinsic function was used.
2+
3+
Erroneous code example:
34

45
```compile_fail,E0511
56
#![feature(platform_intrinsics)]

0 commit comments

Comments
 (0)