]> git.lizzy.rs Git - rust.git/commit
auto merge of #21077 : eddyb/rust/expr-qpath, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 15 Jan 2015 17:12:55 +0000 (17:12 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Jan 2015 17:12:55 +0000 (17:12 +0000)
commit9ade482b3bdc7a967ca98f1f1138b596ef45191e
tree84335c40ee3bd03d89f14d22a8d60c479a0d2c51
parent1c78ad937b4da9dd872b0a865025f3e2e885f90d
parent85ba8178e2e995c0da6eb9268612baca8a6ba2e3
auto merge of #21077 : eddyb/rust/expr-qpath, r=nikomatsakis

Working towards #16293, this adds support for `<T as Trait>::method` in expressions.