Open matthiaskrgr opened 1 day ago
Command:
/home/gh-matthiaskrgr/.rustup/toolchains/local-debug-assertions/bin/rustc
```
error[E0407]: method `unimplemented` is not a member of trait `std::ops::Add`
--> /tmp/icemaker_global_tempdir.8JewhN6eVMlK/rustc_testrunner_tmpdir_reporting.lwpbxaL4JLI7/mvce.rs:8:5
|
8 | / fn unimplemented(self, _: &Foo) -> Self::Output {
9 | | loop {}
10 | | }
| |_____^ not a member of trait `std::ops::Add`
warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
--> /tmp/icemaker_global_tempdir.8JewhN6eVMlK/rustc_testrunner_tmpdir_reporting.lwpbxaL4JLI7/mvce.rs:1:12
|
1 | #![feature(generic_const_exprs)]
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560
auto-reduced (treereduce-rust):
original:
Version information
Possibly related line of code: https://github.com/rust-lang/rust/blob/fda68927475070696fcc9d1f5c9c990f0e1af87a/compiler/rustc_infer/src/infer/mod.rs#L629-L641
@rustbot label +F-generic_const_exprs