This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-16966.rs
5 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for E-needstest issues
2014-12-07 15:22:06 +00:00
fn
main
(
)
{
Match errors using the callsite of macro expansions
2018-07-19 14:15:43 +02:00
panic!
(
std
::
default
::
Default
::
default
(
)
)
;
//~^ ERROR type annotations needed
Add tests for E-needstest issues
2014-12-07 15:22:06 +00:00
}
Reference in New Issue
Copy Permalink