about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorMatthew Piziak <matthew.piziak@gmail.com>2016-08-16 06:54:45 -0400
committerMatthew Piziak <matthew.piziak@gmail.com>2016-08-16 06:54:45 -0400
commitc186da706dda6ddaa4df20691702249c4ef0d2dc (patch)
tree42794cc5c946a47eb4d9aa2b5f60c3b06bdac130 /src/rustllvm/RustWrapper.cpp
parent377ae44cf276599a5b7a21e545d83372067db754 (diff)
downloadrust-c186da706dda6ddaa4df20691702249c4ef0d2dc.tar.gz
rust-c186da706dda6ddaa4df20691702249c4ef0d2dc.zip
RangeFull for-loop iteration fails because of IntoIterator
Saying that "[for-loop iteration] fails because .. has no IntoIterator
impl" is more direct than saying "...no Iterator impl" because for loops
sugar into IntoIterator invocations. It just happens that the other
Range* operators implement Iterator and rely on the fact that
`IntoIterator` is implemented for `T: Iterator`.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions