mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 01:08:33 +00:00
14 lines
161 B
Rust
14 lines
161 B
Rust
fn main() {}
|
|
|
|
impl T for () {
|
|
|
|
fn foo(&self) {}
|
|
|
|
trait T {
|
|
fn foo(&self);
|
|
}
|
|
|
|
pub(crate) struct Bar<T>();
|
|
|
|
//~ ERROR this file contains an unclosed delimiter
|