Rollup merge of #22374 - richo:warn-fixup, r=huonw

This snuck through my refactor.

Would it be worth the effort to have a test pass that attempts to lint the code for all targets, even if it's not feasible to actually build and test it?
This commit is contained in:
Manish Goregaokar 2015-02-16 11:27:44 +05:30
commit 96a4756c21

View File

@ -292,7 +292,6 @@ pub mod eabi {
#[lang="eh_personality"]
#[no_mangle] // referenced from rust_try.ll
#[allow(private_no_mangle_fns)]
pub extern "C" fn rust_eh_personality(
version: c_int,
actions: uw::_Unwind_Action,