2021-05-15 05:58:23 -05:00
|
|
|
warning: field is never read: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:7:5
|
2021-05-15 05:58:23 -05:00
|
|
|
|
|
|
|
|
LL | a: i32,
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/issue-85255.rs:4:9
|
|
|
|
|
|
|
|
|
LL | #![warn(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
warning: field is never read: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:8:5
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | pub b: i32,
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: associated function is never used: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:14:8
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | fn a(&self) -> i32 { 5 }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
warning: associated function is never used: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:15:12
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | pub fn b(&self) -> i32 { 6 }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
warning: field is never read: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:19:5
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | a: i32,
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
warning: field is never read: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:20:5
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | pub b: i32,
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: associated function is never used: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:26:8
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | fn a(&self) -> i32 { 5 }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
warning: associated function is never used: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:27:12
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | pub fn b(&self) -> i32 { 6 }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
warning: field is never read: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:31:5
|
2021-05-15 21:18:28 -05:00
|
|
|
|
|
|
|
|
LL | a: i32,
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
warning: field is never read: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:32:5
|
2021-05-15 05:58:23 -05:00
|
|
|
|
|
|
|
|
LL | pub b: i32,
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: associated function is never used: `a`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:38:8
|
2021-05-15 05:58:23 -05:00
|
|
|
|
|
|
|
|
LL | fn a(&self) -> i32 { 5 }
|
|
|
|
| ^
|
|
|
|
|
|
|
|
warning: associated function is never used: `b`
|
2022-05-20 20:06:44 -05:00
|
|
|
--> $DIR/issue-85255.rs:39:12
|
2021-05-15 05:58:23 -05:00
|
|
|
|
|
|
|
|
LL | pub fn b(&self) -> i32 { 6 }
|
|
|
|
| ^
|
|
|
|
|
2021-05-15 21:18:28 -05:00
|
|
|
warning: 12 warnings emitted
|
2021-05-15 05:58:23 -05:00
|
|
|
|