R
Arc<T>
Size: a a a
R
Arc<T>
ДС
R
let x: Arc<T>
R
let ptr: *const T = &*x
ДС
MS
AL
L
AB
error[E0433]: failed to resolve: could not find `__rt` in `quote`
--> /Users/abfdogovsky/.cargo/registry/src/github.com-1ecc6299db9ec823/err-derive-0.1.6/src/lib.rs:145:63
|
145 | fn display_body(s: &synstructure::Structure) -> Option<quote::__rt::TokenStream> {
| ^^^^ could not find `__rt` in `quote
MS
error[E0433]: failed to resolve: could not find `__rt` in `quote`
--> /Users/abfdogovsky/.cargo/registry/src/github.com-1ecc6299db9ec823/err-derive-0.1.6/src/lib.rs:145:63
|
145 | fn display_body(s: &synstructure::Structure) -> Option<quote::__rt::TokenStream> {
| ^^^^ could not find `__rt` in `quote
cargo update && cargo clean && cargo check
?AB
V
error[E0433]: failed to resolve: could not find `__rt` in `quote`
--> /Users/abfdogovsky/.cargo/registry/src/github.com-1ecc6299db9ec823/err-derive-0.1.6/src/lib.rs:145:63
|
145 | fn display_body(s: &synstructure::Structure) -> Option<quote::__rt::TokenStream> {
| ^^^^ could not find `__rt` in `quote
AB
V
amethyst = { git = "https://github.com/amethyst/amethyst" }
AB
amethyst = { git = "https://github.com/amethyst/amethyst" }
AT
AB
AT