Files
rust/tests/run-make/export/compile-interface-error/liblibr.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
104 B
Rust
Raw Normal View History

#![feature(export_stable)]
// interface file is broken(priv fn):
#[export_stable]
extern "C" fn foo();