blob: 206e12cfb3ecf8e22c2eaa5e6d70d614b506b21e [file] [log] [blame]
error: use of deprecated item 'loud::DeprecatedType'
--> $DIR/deprecation-lint-nested.rs:55:16
|
LL | struct Foo(DeprecatedType);
| ^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/deprecation-lint-nested.rs:1:9
|
LL | #![deny(deprecated)]
| ^^^^^^^^^^
error: use of deprecated item 'loud::DeprecatedTrait'
--> $DIR/deprecation-lint-nested.rs:57:10
|
LL | impl DeprecatedTrait for Foo {}
| ^^^^^^^^^^^^^^^
error: use of deprecated item 'loud::DEPRECATED_STATIC'
--> $DIR/deprecation-lint-nested.rs:66:9
|
LL | DEPRECATED_STATIC +
| ^^^^^^^^^^^^^^^^^
error: use of deprecated item 'loud::DEPRECATED_CONST'
--> $DIR/deprecation-lint-nested.rs:67:9
|
LL | DEPRECATED_CONST
| ^^^^^^^^^^^^^^^^
error: use of deprecated item 'loud::DeprecatedTrait'
--> $DIR/deprecation-lint-nested.rs:60:19
|
LL | fn bar<T: DeprecatedTrait>() {
| ^^^^^^^^^^^^^^^
error: use of deprecated item 'loud::deprecated_fn'
--> $DIR/deprecation-lint-nested.rs:61:13
|
LL | deprecated_fn();
| ^^^^^^^^^^^^^
error: aborting due to 6 previous errors