Update src/test/ui/proc-macro/expand-expr.rs
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
This commit is contained in:
parent
47eda6b7db
commit
3652b89f85
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ const _: u32 = recursive_expand!(); //~ ERROR: recursion limit reached while exp
|
|||
|
||||
fn main() {
|
||||
// https://github.com/rust-lang/rust/issues/104414
|
||||
match b"a" {
|
||||
match b"Included file contents\n" {
|
||||
include_bytes!("auxiliary/included-file.txt") => (),
|
||||
_ => ()
|
||||
_ => panic!("include_bytes! in pattern"),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue