Matthias Krüger
Matthias Krüger
gource 0.48 My command is ````gource --auto-skip-seconds 0.001 -s 0.001```` A year ago or so this used to enforce one commit per frame, but now it seems that the line...
### Summary . ### Lint Name equatable_if_let ### Reproducer I tried this code: ```rust #![warn(clippy::redundant_else)] #![allow(clippy::needless_return, clippy::if_same_then_else, clippy::needless_late_init)] fn main() { // inside if let let _ = if let...
### Summary . ### Lint Name derive_partial_eq_without_eq ### Reproducer I tried this code: Unfortunately I have no idea what is happening here :/ ```rust #![feature(decl_macro)] #[derive(Copy, Clone, PartialEq, Debug)] pub...
### Summary . ### Lint Name cast_lossless ### Reproducer I tried this code: ```rust #![warn(clippy::cast_lossless)] //@ build-pass #![crate_type = "lib"] #![allow(arithmetic_overflow)] pub trait BitSplit { type Half; fn merge(halves: [Self::Half;...
### Summary . ### Lint Name box_default ### Reproducer I tried this code: ```rust //@revisions: stack tree //@[tree]compile-flags: -Zmiri-tree-borrows use std::cell::UnsafeCell; #[repr(C)] #[derive(Default)] struct Node { _meta: UnsafeCell, value: usize,...
No where on the project landing page (https://github.com/rust-lang/gll/) it says what "gll" is or means. Could we have a succinct explanation in the readme or project description?
`tests/ui/issues/issue-37311-type-length-limit/issue-37311.rs` ````rust // build-fail // normalize-stderr-test: ".nll/" -> "/" // ignore-compare-mode-next-solver (hangs) trait Mirror { type Image; } impl Mirror for T { type Image = T; } trait Foo...
would be nice if miri was able to have separate caches for its std build for `cargo +master miri...` and `cargo +nightly miri...` for example, to avoid frequent rebuilds when...
```` error: environment variable `HOST` not defined at compile time --> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiletest_rs-0.10.0/src/common.rs:402:19 | 402 | host: env!("HOST").to_string(), | ^^^^^^^^^^^^ | = help: Cargo sets build script variables at run time....
in a pass we should also search around best values instead of starting from 0