-
auto-reduced (treereduce-rust):
````rust
trait Trait {
reuse to_reuse::foo { self }
}
struct S;
mod to_reuse {
pub fn foo(&self) -> u32 {}
}
impl Trait S {
reuse to_…
-
```
Trunk build of plovr. Not getting the crash under the Nov 2011 release.
Exception in thread "main" java.lang.NullPointerException
at org.plovr.Manifest.buildDependenciesInternal(…
-
This test failed on a CI run on pull request #6551:
https://github.com/oxidecomputer/omicron/pull/6551/checks?check_run_id=30071404933
Log showing the specific test failure:
https://buildomat…
-
I encountered this panic after upgrading macOS SDK.
It seems to be related to new C++ headers of the SDK. I'd like to check the related types and adding them to blocklist types.
Could you advise how…
-
### Code
```Rust
github.com/winliyou/danmu
```
### Meta
`rustc --version --verbose`:
```
rustc 1.80.1 (3f5fd8dd4 2024-08-06) running on x86_64-unknown-linux-gnu
compiler flags: -…
-
### Code
```rust
// main.rs
type Value Value {}
impl Value> Trait for F {}
fn main() {
let _: Box = Box::new(|v: Value| v);
}
```
using a rustc built from current master, with t…
-
```bash
$ tidy-viewer --version
tv 1.4.30
$ export RUST_BACKTRACE=full …
-
When trying to listen for IBus messages on the `"org.freedesktop.IBus.InputContext"` interface, zbus panics because a message is being passed with a sender that isn't a unique name. A sender with some…
-
### Code
This is on top of https://github.com/Zoxc/rust/tree/missing-cycle-test
code from a rustdoc test
```Rust
#![crate_name = "foo"]
use std::ops;
pub struct Foo;
impl Foo {
…
-
### Code
```Rust
let _abort_handler = set.spawn(async move {
let span = span!(Level::TRACE, HANDLER);
let _ = span.enter();
let _ = start_module(handler, listener, token)
.instr…