-
### Code
https://github.com/jyn514/rust/commit/0fa56d77280a959f6cd2a9c07942b8a3223dec1f
with this diff applied:
```diff
diff --git a/compiler/rustc_typeck/src/check/op.rs b/compiler/ru…
-
### Code
```Rust
// build-pass
// compile-flags: -Z mir-opt-level=3
#![crate_type="lib"]
#![feature(lang_items)]
#![no_std]
#[lang = "owned_box"]
pub struct Box(*mut T);
impl Drop…
-
### Code
```Rust
#[tokio::main]
async fn main() {
util::bootstrap();
let config = config::get_config().await;
let task_factory = Arc::new(tasks::TaskFactory::new(config).aw…
-
Hi dear `rustc` team member. Thank you for Rust.
# SUMMARY
This error comes when compiling my proof-of-concept fork of Rust. I've extended `Vec, VecDeque, RawVec` and related internal structs to h…
-
### Code
[playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=fd65e6bb7ec1ed55d2113ab294523435)
rustc panics on:
```rust
#![feature(return_position_impl_trai…
-
Testcase:
```rust
#![feature(specialization)]
pub trait ReflectDrop {
const REFLECT_DROP : bool = false;
}
impl ReflectDrop for T where T : Clone {}
pub trait PinDropInternal {
…
-
cbindgen internally runs `cargo rustc -Zunpretty=expanded` which is failing with an internal compiler error. You can see a failed build with the error at https://github.com/pact-foundation/pact-refere…
-
### Code
```rust
#![feature(return_position_impl_trait_in_trait)]
trait Foo {
fn foo(self) -> impl Foo;
}
struct Bar;
impl Foo for Bar {
fn foo(self) -> impl Foo {
sel…
-
### Code
```Rust
```
### Meta
rustc --version --verbose
rustc 1.68.0-nightly (0468a00ae 2022-12-17)
binary: rustc
commit-hash: 0468a00ae3fd6ef1a6a0f9eaf637d7aa9e604acc
commit-d…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.346.3
OS: Linux - 4.18.0-372.26.1.el8_6.x86_64
---
ace-editor:1.1
all-changes:1.5
analysis-model-api:10.17.0
…