-
## 🐛 Bug description
`wasm-pack --version`
`> wasm-pack 0.11.0`
`wasm-pack new hello-world`
```
>Error: expected value at line 1 column 1
>Caused by: expected value at line 1 column 1
```
…
-
Currently, the features page is already quite helpful for finding out about what dependencies' features a feature will activate, but it would be even more useful to make that depended-on features link…
-
**Note to users**: In order to build and run rusti, you can use [rustup](https://github.com/rust-lang/rustup) to install a nightly build of rusti, by using the `--channel=nightly` flag. Further direct…
-
### The problem
In macros-by-example we have `$crate` to refer to the crate the macro is defined in. This is very useful as the library author doesn't have to assume anything about how that crate i…
-
Errornous code:
```rust,edition=2018
fn lifetime_outer src/lib.rs:2:18
|
2 | fn inner(_: &'a ()) {}
| - ^^ undeclared lifetime
| |
| help: c…
-
For using another driver instead of rustc (like rust-analyzer) it should not depend on rustc representation of hir and ast, and ideally it should work on stable toolchain, without `#![feature(rustc_pr…
-
今までは「ライブラリクレートに対して実行し,必要なコードを抜粋する」コマンドだったのを,「(ライブラリに依存する) バイナリクレートに対して実行し,提出可能なコードを生成する」コマンドにしたい.
Before:
```sh
cargo simple-bundler --manifest-path /path/to/lib/one/Cargo.toml -e main.rs >one.rs…
-
### Modpack
FTB OceanBlock
### Modpack version
1.8.0, 1.9.0
### Log Files
_No response_
### Describe the bug
I have the output from a sluice (chunks of ore etc...) in a chest. I'm…
-
Even if you comment out the attribute macro, completion doesn't work here:
![image](https://github.com/rust-lang/rust-analyzer/assets/308347/a1cc336f-080f-4bde-b46e-8c06c703cd3e)
and seems to be…
-
- https://crater-reports.s3.amazonaws.com/beta-1.79-2/beta-2024-05-11/reg/cycle_map-0.2.0/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.79-2/beta-2024-05-11/reg/sharded-0.2.1/log.txt
- ht…