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
It doesn't look like the ty::Generics gets includes any region parameters unless a type parameter is bound by them (like <'a, T: 'a>). Might be an encoder bug?
edit: oh, I see, bare fn types have Binders full of lifetimes in their signature.
http://doc.rust-lang.org/nightly/std/ops/trait.Index.html#method.index
vs.
http://doc.rust-lang.org/nightly/core/ops/trait.Index.html#method.index
http://doc.rust-lang.org/nightly/std/collections/struct.BTreeMap.html#method.keys
vs.
http://doc.rust-lang.org/nightly/collections/struct.BTreeMap.html#method.keys
The text was updated successfully, but these errors were encountered: