This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
45ccaf04c4
rust
/
src
/
test
/
run-pass
/
issue-1821.rs
5 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add test for #1821
2012-02-13 17:58:14 -06:00
// Issue #1821 - Don't recurse trying to typecheck this
enum
t
{
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
2012-06-29 18:26:56 -05:00
foo
(
~
[
t
]
)
test: Add test for #1821
2012-02-13 17:58:14 -06:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink