rust/tests/ui/error-codes/auxiliary/found-staticlib.rs

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

5 lines
67 B
Rust
Raw Normal View History

// no-prefer-dynamic
#![crate_type = "staticlib"]
pub fn foo() {}