We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec63f3b commit 56b5c54Copy full SHA for 56b5c54
shell.nix
@@ -6,6 +6,7 @@ let
6
};
7
rust = (channel.rust.override {
8
targets = [ "wasm32-unknown-unknown" ];
9
+ extensions = ["rust-src"];
10
});
11
in
12
with pkgs;
0 commit comments