Skip to content

Commit

Permalink
propagate-approximated-ref: include FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 7, 2017
1 parent 2a17b93 commit b8e9eaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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.
Expand Down

0 comments on commit b8e9eaf

Please sign in to comment.