Skip to content

Commit bf9fca6

Browse files
committed
add unresolved question and change log to reflect
#1319
1 parent e81184b commit bf9fca6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

text/1228-placement-left-arrow.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,17 @@ lowest precedence) to highest in the language. The most prominent choices are:
196196

197197
# Unresolved questions
198198

199-
None
199+
**What should the precedence of the `<-` operator be?** In particular,
200+
it may make sense for it to have the same precedence of `=`, as argued
201+
in [these][huon1] [comments][huon2]. The ultimate answer here will
202+
probably depend on whether the result of `a <- b` is commonly composed
203+
and how, so it was decided to hold off on a final decision until there
204+
was more usage in the wild.
205+
206+
[huon1]: https://github.com/rust-lang/rfcs/pull/1319#issuecomment-206627750
207+
[huon2]: https://github.com/rust-lang/rfcs/pull/1319#issuecomment-207090495
208+
209+
# Change log
210+
211+
**2016.04.22.** Amended by [rust-lang/rfcs#1319](https://github.com/rust-lang/rfcs/pull/1319)
212+
to adjust the precedence.

0 commit comments

Comments
 (0)