Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeGomez
Add long explanation for E0545 Helps with #61137
This commit is contained in:
commit
cdab137bd4
4 changed files with 38 additions and 2 deletions
|
|
@ -16,3 +16,4 @@ LL | #[unstable(feature = "unstable_test_feature", issue = "something")]
|
|||
|
||||
error: aborting due to 2 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0545`.
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ LL | #[unstable(feature = "a", issue = "no")]
|
|||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
Some errors have detailed explanations: E0538, E0541.
|
||||
Some errors have detailed explanations: E0538, E0541, E0545.
|
||||
For more information about an error, try `rustc --explain E0538`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue