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
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
(
)
{
}
Reference in New Issue
Copy Permalink