This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-01-19 03:03:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e293634e2
rust
/
tests
/
ui
/
issues
/
issue-21140.rs
7 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-04 00:00:00 +00:00
// check-pass
Add regression test for #21140 Closes #21140
2015-07-12 11:42:06 +00:00
pub
trait
Trait
where
Self
::
Out
:
std
::
fmt
::
Display
{
type
Out
;
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink