This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
error-codes
/
e0119
/
issue-28981.rs
8 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Print the conflicting impl on E0119 with external crate.
2017-10-22 23:14:53 +08:00
use
std
::
ops
::
Deref
;
struct
Foo
;
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
impl
<
Foo
>
Deref
for
Foo
{
}
//~ ERROR must be used
Print the conflicting impl on E0119 with external crate.
2017-10-22 23:14:53 +08:00
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
fn
main
(
)
{
}
Copy permalink