about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-01-19 18:29:47 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2014-01-19 18:48:20 +1100
commit6f3c202d3e5d9497fa0130f31bc1c3a3f0986edb (patch)
treecc89c9e2a06caad493867a5e70fba29133d1f449 /src/rustllvm/RustWrapper.cpp
parentd0f6ef080bb69ce4370c04c92cc92b9a860e5725 (diff)
downloadrust-6f3c202d3e5d9497fa0130f31bc1c3a3f0986edb.tar.gz
rust-6f3c202d3e5d9497fa0130f31bc1c3a3f0986edb.zip
rustc: check instantiability of fixed length vectors properly.
Previously, they were treated like ~[] and &[] (which can have length
0), but fixed length vectors are fixed length, i.e. we know at compile
time if it's possible to have length zero (which is only for [T, .. 0]).

Fixes #11659.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions