You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change riter to take a [const T]/&, I get the following error message:
/Users/eholk/Documents/projects/mozilla/rust/src/rustc/middle/trans/base.rs:4011:24: 4011:32 error: mismatched types: expected `[const <V10>]/&<R0>` but found `[middle::trans::common::cleanup]` (vector vs vector)
/Users/eholk/Documents/projects/mozilla/rust/src/rustc/middle/trans/base.rs:4011 vec::riter(copy cleanups) {|cu|
^~~~~~~~
error: aborting due to previous errors