-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Invalid error (E0425) reported #27433
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
IMO the second error is fine, because the local |
Current output:
Seems fixed cc @GuillaumeGomez |
Just add test. |
@brson: Do you have the PR which fixed this issue by any chance? (so I can add the test accordingly to it if still needed) |
@GuillaumeGomez no I do not. I just noticed that the op is working. |
…excrichton Add test for rust-lang#27433
* 'master' of git://github.com/rust-lang/rust: (70 commits) sanitizer-dylib: only run where std for x86_64-linux is available travis: Fix build order of dist-x86-linux fix the sanitizer-dylib test on non x86_64 linux hosts dist-x86-linux: install newer kernel headers enable sanitizers on build job that tests x86_64 linux enable sanitizers on x86_64-linux releases use helper function in the rebuild logic of the rustc_*san crates build/test the sanitizers only when --enable-sanitizers is used sanitizer support Add missing urls on join_paths Add test for rust-lang#27433 Add more examples, get everything passing at last. Remove some leftover makefiles. Add more test for rustdoc --test Rename manifest_version to manifest-version reference: clarify #[cfg] section Bump stable release date rustbuild: Clean build/dist on `make clean` Add missing urls for current_dir review nits ...
@brson test merged, this issue can be closed. |
In the following code:
We have the following errors:
The first one is "normal", however, the E0425 might mislead developer's understanding on this error.
cc @eddyb
The text was updated successfully, but these errors were encountered: