mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
144 B
Rust
7 lines
144 B
Rust
// https://github.com/rust-lang/rust/issues/43701
|
|
#![crate_name = "foo"]
|
|
|
|
pub use std::vec::Vec;
|
|
|
|
//@ !has trait.impl/core/clone/trait.Clone.js
|