Skip to content

Commit 346bc41

Browse files
Clean up E0463 explanation
1 parent 98803c1 commit 346bc41

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/E0463.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
A plugin/crate was declared but cannot be found. Erroneous code example:
1+
A plugin/crate was declared but cannot be found.
2+
3+
Erroneous code example:
24

35
```compile_fail,E0463
46
#![feature(plugin)]

0 commit comments

Comments
 (0)