]> git.lizzy.rs Git - rust.git/commit
auto merge of #7827 : jdm/rust/enumlength, r=graydon
authorbors <bors@rust-lang.org>
Tue, 16 Jul 2013 23:19:37 +0000 (16:19 -0700)
committerbors <bors@rust-lang.org>
Tue, 16 Jul 2013 23:19:37 +0000 (16:19 -0700)
commit8a1002fbd93989bbf5c8989ed8002827920b375b
tree88eacb64219d603f19e34264e486618f07831ab5
parent53e934c2ab773eaf61da331893d176aa3e62230b
parent877bba91d54457c104ff0bf67fd46a499a451cf6
auto merge of #7827 : jdm/rust/enumlength, r=graydon

Allowing them in type signatures is a significant amount of extra work, unfortunately. This also doesn't apply to static values, which takes a different code path.