File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments