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
Required by the use of Option::zip.
error[E0658]: use of unstable library feature 'option_zip'
--> src/loc.rs:551:14
|
551 | .zip(self.expansion_loc.as_ref())
| ^^^
|
= note: see issue #70086 <rust-lang/rust#70086> for more information
error[E0658]: use of unstable library feature 'option_zip'
--> src/loc.rs:529:36
|
529 | spelling_included_from.zip(expansion_included_from).map_or(
| ^^^
|
= note: see issue #70086 <rust-lang/rust#70086> for more information
0 commit comments