Created
July 8, 2015 08:06
-
-
Save jroesch/c3b6045bbe053d3f4460 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
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