-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
confusing error with 'extern crate' #13672
Comments
It's unclear what you mean by 'useless'. You seem to imply that it is unusable, which is not the case (to The wrong |
I see. Some people in #rust seemed to think that it was unusable, but I guess that's wrong. I've edited the bug to refer to the confusing error. |
visiting for triage The error message is slightly different now with the latest rust
|
Looks fixed to me. |
…ments (rust-lang#13672) Fixes rust-lang#13670. Bug was that I forgot to add the comparison with the included file content length... changelog: Fix `large_include_file` lint being triggered all the time by doc comments
a.rs:
b.rs:
c.rs:
Ran
rustc a.rs
, thenrustc b.rs -L.
. The result is a confusing error:rustc 0.11-pre-nightly (d35804e 2014-04-18 00:01:22 -0700)
The text was updated successfully, but these errors were encountered: