mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
36351e1485
tests/debuginfo/basic-stepping.rs: Remove FIXME related to ZSTs We don't consider it a bug that users can't break on initialization of some non-zero sized types (see https://github.com/rust-lang/rust/pull/153941 and linked discussions), so it does not make sense to consider it a bug that users can't break on initialization of some zero-sized types. Closes rust-lang/rust#97083 r? compiler (see https://github.com/rust-lang/rust/pull/155352)