2018-08-01 04:26:58 +03:00
|
|
|
//@ edition:2018
|
|
|
|
|
//@ aux-build:issue-52489.rs
|
2018-08-24 18:51:32 +03:00
|
|
|
//@ compile-flags:--extern issue_52489
|
2018-08-01 04:26:58 +03:00
|
|
|
|
|
|
|
|
use issue_52489;
|
2024-11-02 16:10:24 -07:00
|
|
|
//~^ ERROR use of unstable library feature `issue_52489_unstable`
|
2018-08-01 04:26:58 +03:00
|
|
|
|
|
|
|
|
fn main() {}
|