Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | crates/hir-def/src/path/lower.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/path/lower.rs b/crates/hir-def/src/path/lower.rs index 6c7e1c25d6..c35f915b00 100644 --- a/crates/hir-def/src/path/lower.rs +++ b/crates/hir-def/src/path/lower.rs @@ -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. } } } |