This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
4aba2c55e6
rust
/
tests
/
ui
/
error-codes
/
E0132.rs
8 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-27 22:06:24 +02:00
#![
feature(start)
]
#[
start
]
Add Span field for Generics structs
2016-08-10 19:39:12 +02:00
fn
f
<
T
>
(
)
{
}
//~ ERROR E0132
Add new error code tests
2016-05-27 22:06:24 +02:00
fn
main
(
)
{
}
Copy permalink