Skip to content

Commit

Permalink
add expected error comment
Browse files Browse the repository at this point in the history
Co-Authored-By: csmoe <csmoe@msn.com>
  • Loading branch information
estebank and csmoe committed Oct 23, 2018
1 parent a76690f commit 82b86e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ struct S7;
#[cfg(a = 10)] //~ ERROR literal in `cfg` predicate value must be a string
struct S8;

#[cfg(a = b"hi")]
#[cfg(a = b"hi")] //~ ERROR literal in `cfg` predicate value must be a string
struct S9;

macro_rules! generate_s10 {
Expand Down

0 comments on commit 82b86e5

Please sign in to comment.