]> git.lizzy.rs Git - rust.git/commit
allow inherent implementations on primitives
authorJorge Aparicio <japaricious@gmail.com>
Wed, 11 Mar 2015 04:12:55 +0000 (23:12 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Tue, 17 Mar 2015 02:56:31 +0000 (21:56 -0500)
commit85707398809f8b56afc471f228bd4d0137ce0a32
tree3ea08edc22330aed7134e2270bda546234625060
parent92dd995e1705a8c398a5266c8483e2519e494f47
allow inherent implementations on primitives
src/librustc/middle/lang_items.rs
src/librustc/middle/ty.rs
src/librustc_typeck/check/method/probe.rs
src/librustc_typeck/coherence/orphan.rs
src/test/compile-fail/single-primitive-inherent-impl.rs [new file with mode: 0644]