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
test.rs:2:9: 2:11 error: mismatched types: expected `&core::fmt::Show` but found an `&`-pointer pattern
test.rs:2 let &f = &(&1 as &::std::fmt::Show);
^~
This was introduced in the latest nightly.
The text was updated successfully, but these errors were encountered:
This was introduced in the latest nightly.
The text was updated successfully, but these errors were encountered: