summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/existential-minimal.stderr
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