Created
March 28, 2013 01:56
-
-
Save brson/5259871 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:215:4: 215:67 warning: unused import | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:215 use middle::typeck::check::{DerefArgs, DoDerefArgs, DontDerefArgs}; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/brian/dev/rust3/src/librustc/middle/borrowck/gather_loans.rs:169:28: 169:33 warning: unused variable: `rcvr` | |
/home/brian/dev/rust3/src/librustc/middle/borrowck/gather_loans.rs:169 ast::expr_method_call(rcvr, _, _, ref args, _) => { | |
^~~~~ | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:723:20: 723:28 warning: unused variable: `expr_id` | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:723 expr_id: node_id, | |
^~~~~~~~ | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:724:20: 724:25 warning: unused variable: `span` | |
/home/brian/dev/rust3/src/librustc/middle/moves.rs:724 span: span, | |
^~~~~ | |
Stack dump: | |
0. Running pass 'Function Pass Manager' on module 'rustc.rc'. | |
1. Running pass 'X86 DAG->DAG Instruction Selection' on function '@_ZN6middle5trans4base11trans_crate16_20ca257b43ea88a3_06E' | |
Segmentation fault | |
make: *** [x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so] Error 139 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment