Rollup merge of #81925 - jesusprubio:add-long-explanation-e0547, r=GuillaumeGomez

Add long explanation for E0547

Helps with #61137
This commit is contained in:
Yuki Okushi 2021-02-10 12:24:29 +09:00 committed by GitHub
commit 40fa6fc43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 2 deletions

View file

@ -116,5 +116,5 @@ LL | #[rustc_deprecated(since = "a", reason = "text")]
error: aborting due to 19 previous errors
Some errors have detailed explanations: E0539, E0541, E0542, E0546, E0550.
Some errors have detailed explanations: E0539, E0541, E0542, E0546, E0547, E0550.
For more information about an error, try `rustc --explain E0539`.