]> git.lizzy.rs Git - rust.git/commit
improve the error message when `#[panic_implementation]` is missing
authorJorge Aparicio <jorge@japaric.io>
Fri, 29 Jun 2018 21:00:34 +0000 (16:00 -0500)
committerJorge Aparicio <jorge@japaric.io>
Fri, 29 Jun 2018 21:00:34 +0000 (16:00 -0500)
commitfaaf250a912dd6e203b232ed4b4137eebc8b5c78
treed02480c00227118c2d9f9f24f8e4cfee6ee3686d
parent5fdcd3aa389aa92879f576c55e429015667143c3
improve the error message when `#[panic_implementation]` is missing

closes #51341
src/librustc/middle/weak_lang_items.rs
src/test/compile-fail/panic-implementation-missing.rs [new file with mode: 0644]