-
### Code
Compiling the [read_fonts](https://crates.io/crates/read-fonts) crate ([code](https://github.com/googlefonts/fontations/tree/main/read-fonts)) with `RUSTFLAGS="-Clinker-plugin-lto -Zsaniti…
-
### Code
```Rust
//@ check-pass
struct Slice(&'reborrow [&'static [u8]]);
static MAP: Slice = Slice(&[
b"CloseEvent" as &'static [u8],
]);
fn main() {}
```
(original seed)
…
-
snippet:
````rust
pub trait Archive {
type Archived;
}
impl::Archived {
type Archived = ();
}
````
Version information
````
rustc 1.78.0-nightly (ee03c286c 2024-03-15)
bina…
-
See below for the entire output during installation. The error is at the bottom.
$ brew install caskformula/caskformula/inkscape
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (ho…
-
Rust Version : rustc 1.65.0 (897e37553 2022-11-02)
Clippy version: clippy 0.1.65 (897e3755 2022-11-02)
[Github Tag](https://github.com/Bryson14/RustLangFun/releases/tag/Clippy_Error)
```
error: in…
-
### Code
`rustc -Cinstrument-coverage`
```Rust
#![feature(adt_const_params)]
#[derive(PartialEq, Eq)]
struct MyStr(str);
impl std::marker::ConstParamTy for MyStr {}
fn function_with_my_str
`rustc…
-
_A full repro project is here: https://github.com/GeorgDangl/EFCoreProjectionInvalidCastRepro_
I noticed a regression that was introduced since `2.1.0-preview2`, it's also present in the current `2…
-
auto-reduced (treereduce-rust):
````rust
#![feature(generic_const_exprs)]
struct Outer();
impl Outer
where
[(); A + (B * 2)]:,
{
fn o() -> Union {}
}
fn main() {
Outer::…
-
### Environment
Fedora Workstation 30
### Steps to reproduce
1. Install GNUCash using `flatpak install flathub org.gnucash.GnuCash`
2. Launch GnuCash either using Application Icon or from termin…
-
```
rustc version: 1.80.0-nightly (7c52d2db6 2024-06-03)
platform: x86_64-unknown-linux-gnu
```
```toml
[package]
name = "embassy-local"
version = "0.1.0"
edition = "2021"
[dependencies]
…