Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
issue-79148.rs
blob: 96ee5e033e16af0b18048b7df2878b0cfea1ab5b [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:re-export.rs
//@ edition:2018
extern
crate re_export
;
use
re_export
::
cause_ice
;
cause_ice
!();
//~ ERROR `Variant` is only public within the crate, and cannot be re-exported outside
fn
main
()
{}