Closed
Description
From the 1.55 crater run #87749, while building the crate issue-macros-0.1.4
:
[INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/issue_macros-597542d719c97701.issue_macros.be0037e3-cgu.4.rcgu.o: in function `<T as core::convert::Into<U>>::into':
[INFO] [stdout] /rustc/53fd98ca776cb875bc9e5514f56b52eb74f9e7a9/library/core/src/convert/mod.rs:540: undefined reference to `<T as core::convert::From<T>>::from'
[INFO] [stdout] collect2: error: ld returned 1 exit status
This doesn't happen in 1.54. I'm not sure what's going on yet, next step is probably to reproduce locally.
Possibly related to #87002 (but that's for 1.54 and is fixed in 1.55)