-
Unfortunately there is no kind of error or warning given by rustc, it just OOMs right away :/
I tried this code:
```rust
trait Default {
type Id;
fn intu(&self) -> &Self::Id;
}…
-
`[T; 0]` currently doesn't need drop glue by itself but still adds liveness requirements for `T` when used in a more complex value which already needs drop.
This behavior is identitical to `Phantom…
lcnr updated
3 months ago
-
### Versions
* Python:3.5
* OS:win10
* Kivy:1.10.1
* Kivy installation method:
### Description
Emergency! Emergency! Emergency! (Important things need to be mentioned at least three time…
-
auto-reduced (treereduce-rust):
````rust
use std::mem;
#[repr(C)]
const BAD_ENUM2_OPTION_PTR: Option = unsafe {};
enum UninhDiscriminant {
A,
B(!),
C,
D(Copy),
}
…
-
First of all thanks a lot for your MSX-related projects, and thanks again for publishing them, I really enjoy them.
Now striaght to the issue...
I've built a WonderTANG and it works wonderfully …
-
I tried this code:
```rust
#![feature(core_intrinsics)]
use std::intrinsics::ctpop;
// These shouldn't compile.
#[kani::proof]
pub fn check_zst_ctpop() {
let n = ctpop(());
assert!…
-
Hi Ian,
I cloned the REFPROP-cmake package into my desktop computer and tried to generate a REFPROP.DLL using Visual Studio 2019 but it has not worked so far. I got the following error message:
…
-
What should the const interner do when encountering a pointer that doesn't point anywhere? Right now it does `throw_ub_format!`, but inside a const that is actually a lint that can be allowed. Also th…
-
### What happened?
Starting from version 1.7.0 up (bug was detected after upgrade to 1.9.0 from 1.6.1) we see application crashes probably caused by user logging out from AppServices and realm closin…
-
This is a regression from stable to beta, although this issue will be P-low.
The problem is #73771 ignored documenting unstable traits for non-local types,
#76571 fixes some regressions caused by i…