Skip to content

Commit 114a862

Browse files
committed
Add 83138
Issue: rust-lang/rust#83138
1 parent da36124 commit 114a862

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/83138.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
echo '' | rustc - --crate-name=a --crate-type=lib
4+
echo 'extern crate a;' | rustc - --crate-name=b --crate-type=lib --extern a=liba.rlib
5+
echo 'use b as _;' | rustc - --extern b=libb.rlib --edition=2018

0 commit comments

Comments
 (0)