Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-52489.rs
blob: 95a3d43105c756cd59cf8043228c803c66254f4d [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
//@ aux-build:issue-52489.rs
//@ compile-flags:--extern issue_52489
use
issue_52489
;
//~^ ERROR use of unstable library feature 'issue_52489_unstable'
fn
main
()
{}