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: /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/librustc_trans/abi.rs:374: argument to function with "rust-call" ABI is not a tuple
note: the compiler unexpectedly panicked. this is a bug.
thread 'rustc' panicked at 'Box', /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/librustc_errors/lib.rs:423
note: Run with RUST_BACKTRACE=1 for a backtrace.
The text was updated successfully, but these errors were encountered:
I was attempting to implement Fn manually, possibly incorrectly!
I tried this code:
Playground URL: https://play.rust-lang.org/?gist=0c4c814bd6fe031a33f6673c27de9239&version=nightly&backtrace=0
Gist URL: https://gist.github.com/0c4c814bd6fe031a33f6673c27de9239
Meta
error: internal compiler error: /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/librustc_trans/abi.rs:374: argument to function with "rust-call" ABI is not a tuple
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
thread 'rustc' panicked at 'Box', /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/librustc_errors/lib.rs:423
note: Run with
RUST_BACKTRACE=1
for a backtrace.The text was updated successfully, but these errors were encountered: