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
Compiling an empty file with rustc empty.rs --test fails. I'm using rust-nightly on windows 8.
fnmain(){}
$ rustc src/empty.rs --test
src\empty.rs:3:1: 3:12 warning: code is never used: `main`, #[warn(dead_code)] on by default
src\empty.rs:3 fn main(){}
^~~~~~~~~~~
Assertion failed!
Program: C:\Program Files (x86)\Rust\bin\rustc.exe
File: c:/bot/slave/nightly-win/build/src/llvm/lib/MC/WinCOFFObjectWriter.cpp, Line 222
Expression: Section->Number != -1 && "Sections with relocations must be real!"
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
$ rustc --version
C:\Program Files (x86)\Rust\bin\rustc.exe 0.11-pre-nightly (d1ca0b1 2014-05-03 1:26:49 -0700)
host: i686-pc-mingw32
The text was updated successfully, but these errors were encountered:
Compiling an empty file with
rustc empty.rs --test
fails. I'm using rust-nightly on windows 8.The text was updated successfully, but these errors were encountered: