-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add E0463 error explanation #30264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add E0463 error explanation #30264
Conversation
@@ -56,6 +56,18 @@ you want. Example: | |||
``` | |||
"##, | |||
|
|||
E0463: r##" | |||
A plugin was called but cannot be found. Erroneous code example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just mention crate here
af23942
to
42c0627
Compare
This still doesn't talk about crates, and focuses on plugins. If the error really only occurs for plugins, the inline error should be improved first. If not, we should mention crates as well. |
@@ -56,6 +56,19 @@ you want. Example: | |||
``` | |||
"##, | |||
|
|||
E0463: r##" | |||
A plugin/crate was called but cannot be found. Erroneous code example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was declared but not found
42c0627
to
55955f5
Compare
@bors r+ rollup |
📌 Commit 55955f5 has been approved by |
r? @Manishearth Also: should I merged both commits? Not sure if it's really useful to keep the first one.
r? @Manishearth
Also: should I merged both commits? Not sure if it's really useful to keep the first one.