1
Fork 0

Update tests

This commit is contained in:
r0cky 2024-02-07 10:42:01 +08:00
parent 40878ca6ea
commit c7519d42c2
276 changed files with 1049 additions and 234 deletions

View file

@ -0,0 +1,10 @@
warning: trait `Foo` is never used
--> $DIR/multidispatch-conditional-impl-not-considered.rs:9:7
|
LL | trait Foo {
| ^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted