Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
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
!();
}