2019-02-03 12:59:37 +02:00
|
|
|
error[E0391]: cycle detected when processing `cycle1::{{opaque}}#0`
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:12:16
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
LL | fn cycle1() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: ...which requires processing `cycle1`...
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:12:1
|
2018-01-15 14:26:36 -08:00
|
|
|
|
|
2018-05-22 14:31:56 +02:00
|
|
|
LL | fn cycle1() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-25 13:05:06 -08:00
|
|
|
= note: ...which requires evaluating trait selection obligation `impl std::clone::Clone: std::marker::Send`...
|
2019-02-03 12:59:37 +02:00
|
|
|
note: ...which requires processing `cycle2::{{opaque}}#0`...
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/auto-trait-leak.rs:22:16
|
2017-11-26 12:32:30 -08:00
|
|
|
|
|
2018-05-22 14:31:56 +02:00
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
note: ...which requires processing `cycle2`...
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/auto-trait-leak.rs:22:1
|
2018-01-15 14:26:36 -08:00
|
|
|
|
|
2018-05-22 14:31:56 +02:00
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-25 13:05:06 -08:00
|
|
|
= note: ...which requires evaluating trait selection obligation `impl std::clone::Clone: std::marker::Send`...
|
2019-02-03 12:59:37 +02:00
|
|
|
= note: ...which again requires processing `cycle1::{{opaque}}#0`, completing the cycle
|
2019-01-01 19:08:25 +01:00
|
|
|
note: cycle used when checking item types in top-level module
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:1:1
|
2019-01-01 19:08:25 +01:00
|
|
|
|
|
|
|
|
LL | / use std::cell::Cell;
|
|
|
|
LL | | use std::rc::Rc;
|
|
|
|
LL | |
|
|
|
|
LL | | fn send<T: Send>(_: T) {}
|
|
|
|
... |
|
|
|
|
LL | | Rc::new(String::from("foo"))
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2018-07-11 16:01:48 +02:00
|
|
|
|
2019-02-03 12:59:37 +02:00
|
|
|
error[E0391]: cycle detected when processing `cycle1::{{opaque}}#0`
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:12:16
|
2017-11-26 12:32:30 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | fn cycle1() -> impl Clone {
|
2018-05-22 14:31:56 +02:00
|
|
|
| ^^^^^^^^^^
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
note: ...which requires processing `cycle1`...
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:12:1
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
LL | fn cycle1() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-11-25 13:05:06 -08:00
|
|
|
= note: ...which requires evaluating trait selection obligation `impl std::clone::Clone: std::marker::Send`...
|
2019-02-03 12:59:37 +02:00
|
|
|
note: ...which requires processing `cycle2::{{opaque}}#0`...
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/auto-trait-leak.rs:22:16
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
note: ...which requires processing `cycle2`...
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/auto-trait-leak.rs:22:1
|
|
|
|
|
|
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
= note: ...which again requires processing `cycle1::{{opaque}}#0`, completing the cycle
|
|
|
|
note: cycle used when checking item types in top-level module
|
|
|
|
--> $DIR/auto-trait-leak.rs:1:1
|
|
|
|
|
|
|
|
|
LL | / use std::cell::Cell;
|
|
|
|
LL | | use std::rc::Rc;
|
|
|
|
LL | |
|
|
|
|
LL | | fn send<T: Send>(_: T) {}
|
|
|
|
... |
|
|
|
|
LL | | Rc::new(String::from("foo"))
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
error[E0391]: cycle detected when processing `cycle1::{{opaque}}#0`
|
|
|
|
--> $DIR/auto-trait-leak.rs:12:16
|
|
|
|
|
|
|
|
|
LL | fn cycle1() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: ...which requires processing `cycle1`...
|
|
|
|
--> $DIR/auto-trait-leak.rs:12:1
|
|
|
|
|
|
|
|
|
LL | fn cycle1() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
= note: ...which requires evaluating trait selection obligation `impl std::clone::Clone: std::marker::Send`...
|
|
|
|
note: ...which requires processing `cycle2::{{opaque}}#0`...
|
|
|
|
--> $DIR/auto-trait-leak.rs:22:16
|
|
|
|
|
|
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
note: ...which requires processing `cycle2`...
|
|
|
|
--> $DIR/auto-trait-leak.rs:22:1
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-02-03 12:59:37 +02:00
|
|
|
= note: ...which again requires processing `cycle1::{{opaque}}#0`, completing the cycle
|
2019-01-01 19:08:25 +01:00
|
|
|
note: cycle used when checking item types in top-level module
|
2019-04-22 17:35:37 +01:00
|
|
|
--> $DIR/auto-trait-leak.rs:1:1
|
2019-01-01 19:08:25 +01:00
|
|
|
|
|
|
|
|
LL | / use std::cell::Cell;
|
|
|
|
LL | | use std::rc::Rc;
|
|
|
|
LL | |
|
|
|
|
LL | | fn send<T: Send>(_: T) {}
|
|
|
|
... |
|
|
|
|
LL | | Rc::new(String::from("foo"))
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
error[E0277]: `std::rc::Rc<std::string::String>` cannot be sent between threads safely
|
2020-01-08 20:02:10 +03:00
|
|
|
--> $DIR/auto-trait-leak.rs:16:5
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
2019-08-24 14:44:43 -07:00
|
|
|
LL | fn send<T: Send>(_: T) {}
|
2019-09-04 10:17:59 -07:00
|
|
|
| ---- ---- required by this bound in `send`
|
2019-08-24 14:44:43 -07:00
|
|
|
...
|
2018-07-11 16:01:48 +02:00
|
|
|
LL | send(cycle2().clone());
|
|
|
|
| ^^^^ `std::rc::Rc<std::string::String>` cannot be sent between threads safely
|
2019-12-15 22:20:30 -08:00
|
|
|
...
|
|
|
|
LL | fn cycle2() -> impl Clone {
|
|
|
|
| ---------- within this `impl std::clone::Clone`
|
2018-07-11 16:01:48 +02:00
|
|
|
|
|
|
|
|
= help: within `impl std::clone::Clone`, the trait `std::marker::Send` is not implemented for `std::rc::Rc<std::string::String>`
|
|
|
|
= note: required because it appears within the type `impl std::clone::Clone`
|
2017-11-26 12:32:30 -08:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error: aborting due to 4 previous errors
|
2017-11-26 12:32:30 -08:00
|
|
|
|
2019-04-17 13:26:38 -04:00
|
|
|
Some errors have detailed explanations: E0277, E0391.
|
2018-07-11 16:01:48 +02:00
|
|
|
For more information about an error, try `rustc --explain E0277`.
|