]> git.lizzy.rs Git - rust.git/commit
Accept quantification of lifetimes outside the self type in where clauses.
authorNick Cameron <ncameron@mozilla.com>
Thu, 5 Feb 2015 08:46:01 +0000 (21:46 +1300)
committerNick Cameron <ncameron@mozilla.com>
Sun, 8 Feb 2015 20:29:53 +0000 (09:29 +1300)
commit8122ce81d0909bed39c6df3e47bc751851bded84
tree438c010af390cb3d7b67bbfe422e0772c80ca006
parent012e9643e4d6f6fa449ca4f4e5e3fc9fb8e536db
Accept quantification of lifetimes outside the self type in where clauses.

Closes #20022
src/librustc/diagnostics.rs
src/librustc/middle/infer/error_reporting.rs
src/librustc/middle/resolve_lifetime.rs
src/librustc/middle/ty.rs
src/librustc_typeck/astconv.rs
src/libsyntax/ast.rs
src/libsyntax/ext/build.rs
src/libsyntax/ext/deriving/generic/mod.rs
src/libsyntax/fold.rs
src/libsyntax/parse/parser.rs