Skip to content

Instantly share code, notes, and snippets.

@jroesch
Created July 8, 2015 08:06
Show Gist options
  • Save jroesch/c3b6045bbe053d3f4460 to your computer and use it in GitHub Desktop.
Save jroesch/c3b6045bbe053d3f4460 to your computer and use it in GitHub Desktop.
src/librustc_typeck/astconv.rs:1583:17: 1584:79 warning: diagnostic code E0045 already used
src/librustc_typeck/astconv.rs:1583 span_err!(tcx.sess, ast_ty.span, E0045,
src/librustc_typeck/astconv.rs:1584 "variadic function must have C calling convention");
src/librustc_typeck/check/mod.rs:682:13: 695:14 note: previous invocation
src/librustc_typeck/check/mod.rs:682 for item in &m.items {
src/librustc_typeck/check/mod.rs:683 let pty = ccx.tcx.lookup_item_type(local_def(item.id));
src/librustc_typeck/check/mod.rs:684 if !pty.generics.types.is_empty() {
src/librustc_typeck/check/mod.rs:685 span_err!(ccx.tcx.sess, item.span, E0044,
src/librustc_typeck/check/mod.rs:686 "foreign items may not have type parameters");
src/librustc_typeck/check/mod.rs:687 }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment