-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
verusfmt doesn't seem to be parsing this correctly
impl<'a, T: DeepView> ExecSpecEq<'a> for &'a Option<T> where
&'a T: for <'c> ExecSpecEq<'a, Other<'c> = &'c T>,
{
type Other<'b> = &'a Option<T>;
...
}
Error:
× Failed to parse
╭─[vstd/exec_spec/mod.rs:147:46]
146 │ impl<'a, T: DeepView> ExecSpecEq<'a> for &'a Option<T> where
147 │ &'a T: for <'c> ExecSpecEq<'a, Other<'c> = &'c T>,
· ┬
· ╰── here
148 │ {
╰────
help: Expected one of: COMMENT, bang_str, colons_str, rangle_str
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers