We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9c0c5 commit 25910bcCopy full SHA for 25910bc
crates/hir-def/src/path/lower.rs
@@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
219
args.push(GenericArg::Const(arg))
220
}
221
ast::GenericArg::ReturnTypeArg(_) => {
222
- // 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.
223
224
225
0 commit comments