chore: replace TODO comment with FIXME

This commit is contained in:
tamasfe 2023-04-01 16:31:16 +02:00
parent 0b9c0c5088
commit 25910bcde6
No known key found for this signature in database
GPG Key ID: 2373047D27CA4E47

View File

@ -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.
}
}
}