Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
lint
/
lint-stability2.rs
blob: 9ae23dac61beffaa2146dfec738669b206653a2e [
file
] [
log
] [
blame
]
// aux-build:lint_stability.rs
// error-pattern: use of deprecated function
#![
deny
(
deprecated
)]
#[
macro_use
]
extern
crate lint_stability
;
use
lint_stability
::*;
fn
main
()
{
macro_test
!();
}