chore: replace TODO comment with FIXME
This commit is contained in:
parent
0b9c0c5088
commit
25910bcde6
@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
|
||||
args.push(GenericArg::Const(arg))
|
||||
}
|
||||
ast::GenericArg::ReturnTypeArg(_) => {
|
||||
// TODO: return type notation is experimental, we don't do anything with it yet.
|
||||
// FIXME: return type notation is experimental, we don't do anything with it yet.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user