We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da36124 commit 114a862Copy full SHA for 114a862
ices/83138.sh
@@ -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