]> git.lizzy.rs Git - rust.git/commit
Extend rustc_on_unimplemented flag: if a message is available at an impl, this messag...
authorggomez <ggomez@ggo.ifr.lan>
Thu, 21 Jan 2016 09:57:21 +0000 (10:57 +0100)
committerggomez <guillaume1.gomez@gmail.com>
Wed, 11 May 2016 11:18:57 +0000 (13:18 +0200)
commite9797d4be51e1118773877a078859f997c4191b2
tree9c318f540e75a27d69600258bf1944d64f4b41df
parentc7ab8840c8cfcd62e9f7212371ed3e31ad2ae73a
Extend rustc_on_unimplemented flag: if a message is available at an impl, this message will be displayed instead
src/libcore/lib.rs
src/librustc/infer/mod.rs
src/librustc/traits/error_reporting.rs
src/librustc/ty/subst.rs
src/test/compile-fail/check_on_unimplemented.rs [new file with mode: 0644]
src/test/compile-fail/check_on_unimplemented_on_slice.rs [new file with mode: 0644]