add test for 149981
This commit is contained in:
parent
3fda0e426c
commit
3c8265a29f
1 changed files with 6 additions and 0 deletions
6
tests/ui/eii/duplicate/eii_conflict_with_macro.rs
Normal file
6
tests/ui/eii/duplicate/eii_conflict_with_macro.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//@ compile-flags: --crate-type rlib
|
||||
#![feature(extern_item_impls)]
|
||||
|
||||
macro_rules! foo_impl {}
|
||||
#[eii]
|
||||
fn foo_impl() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue