Skip to content

Commit

Permalink
Abbreviate rustlib test somewhat
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 26, 2020
1 parent e991940 commit 4c00dc0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ error[E0599]: no method named `quote_into_iter` found for struct `std::net::Ipv4
| ^^^^^^^^^^^^^^^^^^ method not found in `std::net::Ipv4Addr`
|
::: /rustlib/src/rust/src/libstd/net/ip.rs:83:1
|
83 | pub struct Ipv4Addr {
| -------------------
| |
| doesn't satisfy `std::net::Ipv4Addr: quote::to_tokens::ToTokens`
|
::: /rustlib/src/rust/library/std/src/net/ip.rs:83:1
|
83 | pub struct Ipv4Addr {
Expand All @@ -73,12 +67,6 @@ error[E0599]: no method named `quote_into_iter` found for struct `std::net::Ipv4
| ^^^^^^^^^^^^^^^^^^ method not found in `std::net::Ipv4Addr`
|
::: $RUST/src/libstd/net/ip.rs
|
| pub struct Ipv4Addr {
| -------------------
| |
| doesn't satisfy `std::net::Ipv4Addr: quote::to_tokens::ToTokens`
|
::: $RUST/std/src/net/ip.rs
|
| pub struct Ipv4Addr {
Expand Down

0 comments on commit 4c00dc0

Please sign in to comment.