Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created May 24, 2012 17:28
Show Gist options
  • Save olsonjeffery/2782934 to your computer and use it in GitHub Desktop.
Save olsonjeffery/2782934 to your computer and use it in GitHub Desktop.
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:82:4: 97:5 error: internal compiler error: create_function: expected a resource ctor here
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:82 new(sess: parse_sess, cfg: ast::crate_cfg, rdr: reader,
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:83 ftype: file_type) {
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:84 let tok0 = lexer::next_token(rdr);
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:85 let span0 = ast_util::mk_sp(tok0.chpos, rdr.chpos);
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:86 self.sess = sess;
/home/jeff/src/rust/src/librustsyntax/parse/parser.rs:87 self.cfg = cfg;
...
make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustsyntax.so] Error 101
jeff@mbp ~/src/rust/build $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment