add expected error comment
Co-Authored-By: csmoe <csmoe@msn.com>
This commit is contained in:
parent
a76690f6a4
commit
82b86e53e0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct S7;
|
||||||
#[cfg(a = 10)] //~ ERROR literal in `cfg` predicate value must be a string
|
#[cfg(a = 10)] //~ ERROR literal in `cfg` predicate value must be a string
|
||||||
struct S8;
|
struct S8;
|
||||||
|
|
||||||
#[cfg(a = b"hi")]
|
#[cfg(a = b"hi")] //~ ERROR literal in `cfg` predicate value must be a string
|
||||||
struct S9;
|
struct S9;
|
||||||
|
|
||||||
macro_rules! generate_s10 {
|
macro_rules! generate_s10 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue