From b8e9eaf3aeabecb3c20f20c465697d674d592e9e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 6 Dec 2017 16:26:43 -0500 Subject: [PATCH] propagate-approximated-ref: include FIXME comment --- .../ui/nll/closure-requirements/propagate-approximated-ref.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs b/src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs index a18b618a053..76a0762461a 100644 --- a/src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs +++ b/src/test/ui/nll/closure-requirements/propagate-approximated-ref.rs @@ -22,7 +22,7 @@ // Note: the use of `Cell` here is to introduce invariance. One less // variable. // -// FIXME: The `supply` function *ought* to generate an error, but it +// FIXME(#45827): The `supply` function *ought* to generate an error, but it // currently does not. This is I believe a shortcoming of the MIR type // checker: the closure inference is expressing the correct // requirement, as you can see from the `#[rustc_regions]` output. -- GitLab