Skip to content

Commit

Permalink
..Fix failing tests..
Browse files Browse the repository at this point in the history
Expected output for running pnet_macros/tests/compile-fail/length_expr_parentheses
has been fixed
  • Loading branch information
Paul-weqe committed Mar 2, 2024
1 parent 87f362d commit 87806e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file modified build.sh
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions pnet_macros/tests/compile-fail/length_expr_parentheses.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ error: this file contains an unclosed delimiter
|
= note: this error originates in the derive macro `::pnet_macros::Packet` (in Nightly builds, run with -Z macro-backtrace for more info)

error: proc-macro derive panicked
error: cannot parse string into token stream
--> tests/compile-fail/length_expr_parentheses.rs:15:1
|
15 | #[packet]
| ^^^^^^^^^
|
= help: message: compiler/fallback mismatch
= note: this error originates in the attribute macro `packet` (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the derive macro `::pnet_macros::Packet` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 87806e1

Please sign in to comment.