Skip to content

Commit fbe3977

Browse files
authored
Rollup merge of #70952 - GuillaumeGomez:cleanup-e0511, r=Dylan-DPC
Clean up E0511 explanation r? @Dylan-DPC
2 parents 853d3bc + 44daa45 commit fbe3977

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)