-
This has been on our radar for a while, but I don't see an issue to discuss it, so here it is.
The goal would be to have a TypeScript output mode, in addition to the current ES6 (and work-in-progress…
-
code from rustc `src/test/ui/issues/issue-33992.rs`
````rust
// run-pass
// ignore-windows
// ignore-macos
// ignore-emscripten common linkage not implemented right now
#![feature(linkage)]
…
-
### Summary
After writing a custom serde serializer for my datetimes in another local create, my clippy seems to be broken,
i use the following serializers in my structs with this
```rust
…
-
### Steps to reproduce
1. Create a flutter application
2. In test, create a test file
3. Copy and paste Code section in
4. Run tests
### Expected results
Both tests passed.
### Actual r…
-
EDIT by @narimiran - simplified example at the top, so our tools can pick it up:
```nim
iterator FaiReader(): string {.closure.} =
yield "something"
template toClosure(i): auto =
iterator…
-
If a javascript class has a function redefined, the JsChecker will crash with the NullPointerException. This is critical because in react, we had to use this.toggleButton = this.toggleButton.bind(this…
-
This issue collects various _refactorings_ for speedy compiler and runtime engine.
- Some refactoring are purely to improve clarity.
- Some are intended as enablers for more substantive changes, s…
-
I tried this code:
rust/tests/ui/dynamically-sized-types/dst-struct.rs
```rust
// run-pass
struct Fat {
f1: isize,
f2: &'static str,
ptr: T
}
// x is a fat pointer
fn…
-
### Code
`rustc --edition=2021`
```Rust
#![feature(const_trait_impl)]
#[const_trait]
trait Tr {
async fn ft1() {}
}
fn main() {}
```
### Meta
`rustc --version --verbos…
-
as titled