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
thread 'rustc' panicked at 'called `Result::unwrap()` on an `Err` value: Diagnostic { level: Fatal, message: [("expected `=`, found `<eof>`", NoStyle)], code: None, span: MultiSpan { primary_spans: [Span { lo: BytePos(92), hi: BytePos(95), ctxt: #0 }], span_labels: [(Span { lo: BytePos(92), hi: BytePos(95), ctxt: #0 }, "expected `=`")] }, children: [], suggestions: [] }', src/libcore/result.rs:999:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
error: internal compiler error: unexpected panic
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
note: rustc 1.33.0-nightly (d22fa2d87 2019-01-08) running on x86_64-apple-darwin
note: compiler flags: -C debuginfo=2 -C incremental --crate-type bin
note: some of the compiler flags provided by cargo are hidden
error: Could not compile `format`.
To learn more, run the command again with --verbose.
For something like this :
i would expect:
instead there was
The text was updated successfully, but these errors were encountered: