mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 00:56:14 +00:00
13 lines
190 B
Rust
13 lines
190 B
Rust
// rustfmt-file_lines: [{"file":"tests/source/file-lines-item.rs","range":[5,7]}]
|
|
|
|
use foo::{c, b, a};
|
|
|
|
fn foo() {
|
|
bar ( ) ;
|
|
}
|
|
|
|
impl Drop for Context {
|
|
fn drop(&mut self) {
|
|
}
|
|
}
|