You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing for vscode I get the following error unless running on nightly.
error[E0658]: use of unstable library feature 'copy_within'
--> /home/devinr/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/ra_vfs-0.2.8/src/lib.rs:426:14
|
426 | tail.copy_within(gap_len..idx, 0);| ^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/54236
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
On Fri, 23 Aug 2019 at 13:26, Ragotzy.devin ***@***.***> wrote:
When installing for vscode I get the following error unless running on
nightly.
error[E0658]: use of unstable library feature 'copy_within'
--> /home/devinr/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/ra_vfs-0.2.8/src/lib.rs:426:14
|
426 | tail.copy_within(gap_len..idx, 0);
| ^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#54236
error: aborting due to previous error
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1729>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANB3M6RH2LGLCER5PWH433QF63OZANCNFSM4IO6FN6Q>
.
When installing for vscode I get the following error unless running on nightly.
The text was updated successfully, but these errors were encountered: