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
I've installed latest rust on Windows built with MinGW GCC 4.7.0. I've tried installing with prefix /mingw and /usr/local. Both times I'm getting the following error when using rustpkg (no matter which package):
$ rustpkg build sdl2
WARNING: The Rust package manager is experimental and may be unstable
error: Package sdl2 depends on std, but I don't know how to find it
task '<unnamed>' failed at 'explicit failure', C:\Users\jhass_000\git\rust\src\librustpkg\util.rs:502
task '<unnamed>' failed at 'receiving on closed channel', C:\Users\jhass_000\git\rust\src\libstd\rt\comm.rs:199
I've also tried
$ export RUST_PATH=/mingw/bin
because std-6425b930ca146ae9-0.9-pre.dll is there.
The text was updated successfully, but these errors were encountered:
[`new_without_default`]: Now emits on const fns
While `Default::default` is not const, it can still call `const new`; there's no reason this shouldn't be linted as well.
fixesrust-lang#10877
changelog: [`new_without_default`]: Now emits on const fns
I've installed latest rust on Windows built with MinGW GCC 4.7.0. I've tried installing with prefix /mingw and /usr/local. Both times I'm getting the following error when using rustpkg (no matter which package):
I've also tried
because
std-6425b930ca146ae9-0.9-pre.dll
is there.The text was updated successfully, but these errors were encountered: