2018-07-31 20:26:58 -05:00
|
|
|
// edition:2018
|
|
|
|
// aux-build:issue-52489.rs
|
2018-08-24 10:51:32 -05:00
|
|
|
// compile-flags:--extern issue_52489
|
2018-07-31 20:26:58 -05:00
|
|
|
|
|
|
|
use issue_52489;
|
|
|
|
//~^ ERROR use of unstable library feature 'issue_52489_unstable'
|
|
|
|
|
|
|
|
fn main() {}
|