Skip to content

Commit b8e9eaf

Browse files
committed
propagate-approximated-ref: include FIXME comment
1 parent 2a17b93 commit b8e9eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Note: the use of `Cell` here is to introduce invariance. One less
2323
// variable.
2424
//
25-
// FIXME: The `supply` function *ought* to generate an error, but it
25+
// FIXME(#45827): The `supply` function *ought* to generate an error, but it
2626
// currently does not. This is I believe a shortcoming of the MIR type
2727
// checker: the closure inference is expressing the correct
2828
// requirement, as you can see from the `#[rustc_regions]` output.

0 commit comments

Comments
 (0)