You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust --version
rust 0.8
host: i686-pc-mingw32
Compile the code on the main page (http://www.rust-lang.org/)
set RUST_LOG=rustc=1
rustc hello.rs
task failed at 'failure in CreateProcess: System can not find the specified file.', C:\bot\slave\dist2-win\build\src\libstd\run.rs:532
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1 to get further details and report the re
sults to github.com/mozilla/rust/issues
task failed at 'explicit failure', c:\bot\slave\dist2-win\build\src\li
brustc\rustc.rs:391
The text was updated successfully, but these errors were encountered:
Oh, I see. that's the problem.
I have MinGW/bin in my path. But the rust-0.8-install.exe changed my %PATH%, and can't find gcc.
It works after I reset my PATH.
Thank you.
Please close this issue.
Add `disallowed_macros` lint
Closesrust-lang#7790Fixesrust-lang#9558
`clippy_utils::def_path_res` already resolved macro definitions which is nice, it just needed a tweak to be able to disambiguate e.g. `std::vec` the module & `std::vec` the macro, and `serde::Serialize` the trait & `serde::Serialize` the derive macro
changelog: new lint: [`disallowed_macros`]
changelog: [`disallowed_methods`], [`disallowed_types`]: Fix false negative when a type/fn/macro share the same path
I use the http://static.rust-lang.org/dist/rust-0.8-install.exe.
My PC: Windows 7 64bit.
The text was updated successfully, but these errors were encountered: