rust/tests/ui/issues/auxiliary/issue-51798.rs

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

4 lines
59 B
Rust
Raw Normal View History

2020-02-16 02:54:16 +09:00
#![crate_type = "lib"]
pub fn vec() -> Vec<u8> { vec![] }