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
848e0a23f3
rust
/
src
/
test
/
ui
/
impl-trait
/
existential-minimal.rs
6 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Convert existential-minimal.rs to compile-pass
2018-10-04 07:51:26 -05:00
// compile-pass
Add `// run-pass` to collection of tests.
2018-09-06 07:41:12 -05:00
Add existential type definitons
2018-05-22 07:31:56 -05:00
fn
main
(
)
{
}
fn
foo
(
)
->
impl
std
::
fmt
::
Debug
{
"
cake
"
}
Reference in New Issue
Copy Permalink