]> git.lizzy.rs Git - rust.git/commit
Remove support for multiple traits in a single impl
authorTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 7 Sep 2012 22:11:26 +0000 (15:11 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Sat, 8 Sep 2012 00:22:04 +0000 (17:22 -0700)
commitf5093dff7b28a47309e3cafd2530663313ef56f0
treecb577838e5daba3158f7177dbc51de6258ece757
parent62ab9d70f4ba1f35f0fc6d851318ac0966001229
Remove support for multiple traits in a single impl

There was half-working support for them, but they were never fully
implemented or even approved. Remove them altogether.

Closes #3410
src/libsyntax/ast.rs
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/rustc/metadata/encoder.rs
src/rustc/middle/resolve.rs
src/rustc/middle/ty.rs
src/rustc/middle/typeck/coherence.rs
src/rustdoc/tystr_pass.rs
src/test/compile-fail/multitrait.rs [new file with mode: 0644]