blob: dd1f749788674e42aa5279ec15dbe885ed1bdb40 (
plain)
1
2
3
4
5
6
7
8
|
warning: function is never used: `foo`
--> $DIR/existential-minimal.rs:15:1
|
LL | fn foo() -> impl std::fmt::Debug { "cake" }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
|