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
fnfoo(file:`&/* Some comment */mut/* Another Comment */File`){}
I like to work on this issue. But I need an advice. If I store the span in an enum field like Mutability::Mut(Span) I can not implement the invert function.
Currently we can not get the span of
mut
keyword.Example:-
I like to work on this issue. But I need an advice. If I store the span in an enum field like
Mutability::Mut(Span)
I can not implement the invert function.rust/compiler/rustc_ast/src/ast.rs
Line 752 in 7bade6e
The text was updated successfully, but these errors were encountered: