Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#![deny(unknown_lints)]
|
||||
//~^ NOTE defined here
|
||||
|
||||
#![allow(rustdoc::missing_doc_code_examples)]
|
||||
//~^ ERROR unknown lint
|
||||
//~| ERROR unknown lint
|
||||
//~| ERROR unknown lint
|
||||
//~| NOTE lint is unstable
|
||||
//~| NOTE lint is unstable
|
||||
//~| NOTE lint is unstable
|
||||
//~| NOTE see issue
|
||||
//~| NOTE see issue
|
||||
//~| NOTE see issue
|
||||
|
||||
Reference in New Issue
Block a user