diff options
| author | tamasfe <me@tamasfe.dev> | 2023-04-01 16:31:16 +0200 |
|---|---|---|
| committer | tamasfe <me@tamasfe.dev> | 2023-04-01 16:31:16 +0200 |
| commit | 25910bcde6aca341dd96fb6a15b964dff7c4b98a (patch) | |
| tree | 3d707f30e4bc5bc7f11cc2cba7dd15f4b55ff4c7 | |
| parent | 0b9c0c5088bc6d11455043a1e6c65b053f8acc43 (diff) | |
| download | rust-25910bcde6aca341dd96fb6a15b964dff7c4b98a.tar.gz rust-25910bcde6aca341dd96fb6a15b964dff7c4b98a.zip | |
chore: replace TODO comment with FIXME
| -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 6c7e1c25d61..c35f915b00e 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. } } } |
