]> git.lizzy.rs Git - rust.git/commit
Allow negative impls just for Send and Sync
authorFlavio Percoco <flaper87@gmail.com>
Mon, 12 Jan 2015 09:59:22 +0000 (10:59 +0100)
committerFlavio Percoco <flaper87@gmail.com>
Fri, 16 Jan 2015 07:18:56 +0000 (08:18 +0100)
commit038aa0e8e958a78f01f7a322e2465fd4488fa021
treefb9c808129a53eafabc2aabcdeae4c92b9d8f529
parent921ba5a09fa66b0a50bfebee5430622d0d4f3065
Allow negative impls just for Send and Sync
src/librustc_typeck/check/wf.rs
src/test/compile-fail/typeck-negative-impls-builtin.rs [new file with mode: 0644]