Skip to content

Commit 9f8bb99

Browse files
committed
trybuild
1 parent 76f2980 commit 9f8bb99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_compile/cases/no_deku_id_generic_enum.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0599]: no method named `deku_id` found for enum `Body` in the current scope
1+
error[E0599]: no method named `deku_id` found for enum `Body<T>` in the current scope
22
--> tests/test_compile/cases/no_deku_id_generic_enum.rs:12:7
33
|
44
5 | pub enum Body<T: for<'a> DekuReader<'a>> {

tests/test_compile/cases/unknown_endian.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ warning: unreachable expression
3939
| unreachable expression
4040
| any code following this `match` expression is unreachable, as all arms diverge
4141
|
42-
= note: `#[warn(unreachable_code)]` on by default
42+
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
4343
= note: this warning originates in the derive macro `DekuRead` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)