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: method `map` has an incompatible type for trait:
expected enum `std::option::Option`,
found type parameter [--explain E0053]
--> <anon>:14:5
|>
14 |> fn map(&mut self, f: F) -> B {
|> ^
error: aborting due to previous error
(You'll get that on stable, beta and any nightlies before nightly-2016-08-18.
I managed to crash the nightly compiler!
I tried this code:
I expected the code to (perhaps) compile successfully.
Instead, this happened:
I'm not quite sure what to do from here 💃
Meta
rustc 1.13.0-nightly (3c5a0fa 2016-08-22)
binary: rustc
commit-hash: 3c5a0fa
commit-date: 2016-08-22
host: x86_64-unknown-linux-gnu
release: 1.13.0-nightly
The text was updated successfully, but these errors were encountered: