mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
add test for 149980
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#![feature(extern_item_impls)]
|
||||
|
||||
fn main() {
|
||||
#[eii]
|
||||
impl Bar {}
|
||||
}
|
||||
Reference in New Issue
Block a user