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
error: internal compiler error: argument to functionwith"rust-call" ABI is neither a tuple nor unit
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1`for a backtrace
task 'rustc' failed at 'Box<Any>', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/libsyntax/ast_util.rs:784
The text was updated successfully, but these errors were encountered:
alexchandel
changed the title
Compiler error for incorrect "rust-call" ABI implementations
ICE for incorrect "rust-call" ABI implementations
Jul 28, 2014
…-items-diagnostic-for-negative-impls, r=Veykril
fix: Don't emit "missing items" diagnostic for negative impls
Negative impls can't have items, so there is no reason for this diagnostic.
LMK if I should add a test somewhere. Also LMK if that's not how we usually check multiple things in an if in r-a.
This incorrect Fn implementation crashes the compiler:
with the error message:
The text was updated successfully, but these errors were encountered: