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
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-53419.rs
9 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-03 18:00:00 -06:00
// check-pass
fix for late-bound regions
2018-08-16 19:12:28 -05:00
struct
Foo
{
Update ui test suite to use dyn
2019-05-28 13:46:13 -05:00
bar
:
dyn
for
<
'
r
>
Fn
(
usize
,
&
'
r
dyn
FnMut
(
)
)
fix for late-bound regions
2018-08-16 19:12:28 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink