-
### Code
```Rust
pub trait BorrowComposite {
type Ref FnMut(Args::Ref FnMut(Args::Ref
-
```
- What steps will reproduce the problem?
1. Install the environment (see "What version of the product are you using? On
what operating system?" below).
2. Follow tutorial "Using ClosureBuilder"…
-
I recently upgraded to Sequoia Version 15.0 (24A335).
I downloaded, extracted https://github.com/mierau/hotline/releases/tag/1.0beta21
It jumps in dock and crashes.
I tried with beta 11 and 13 and…
-
Given the following example code (full reproducer project attached as tar.gz below):
reproduce
```rust
use std::sync::Arc;
use anyhow::Context;
use rune::{
termcolor::{ColorChoice, S…
-
We are using google closure to load our javascript files. google hotloader adds a ver=none (to address caching issues).
Looking at the code in blanketRequire-collectPageScripts removes .js resulting …
-
1. docker pull tabbyml/tabby:latest _ps: version 0.13.1_
2. git clone https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base
3. download gguf from https://github.com/wsxiaoys/registry-tabby/…
hytxx updated
4 months ago
-
auto-reduced (treereduce-rust):
````rust
fn a(&self) {
15
}
reuse a as b { struct S; }
````
original:
````rust
#![rustc_dummy]
#![allow(as)]
fn a(&self) { 15 }
reuse a…
-
thread 'rustc' panicked at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/compiler/rustc_query_system/src/dep_graph/serialized.rs:190:9:
assertion `left == right` failed
left: 38600704
right: 0…
-
Another ICE when using a HRTB in a trait object similar to #130524, but in a slightly different context and with a different error.
### Code
```Rust
trait Transform {
type Output Propagate = ();…
-
I am running the following toolchain:
stable-aarch64-apple-darwin
nightly-aarch64-apple-darwin (default)
I get the following details, or at least what I consider the most pertinent details, when …