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 2a17b93 commit b8e9eafCopy full SHA for b8e9eaf
src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs
@@ -22,7 +22,7 @@
22
// Note: the use of `Cell` here is to introduce invariance. One less
23
// variable.
24
//
25
-// FIXME: The `supply` function *ought* to generate an error, but it
+// FIXME(#45827): The `supply` function *ought* to generate an error, but it
26
// currently does not. This is I believe a shortcoming of the MIR type
27
// checker: the closure inference is expressing the correct
28
// requirement, as you can see from the `#[rustc_regions]` output.
0 commit comments