]> git.lizzy.rs Git - rust.git/commit
Auto merge of #93244 - mark-i-m:doomed, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 2 Mar 2022 16:13:38 +0000 (16:13 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Mar 2022 16:13:38 +0000 (16:13 +0000)
commit08504c64aa7c4163a51c1982ed10075bb89cec0e
treed2c3743151e614831817cb8c27487a820826cc29
parentc42d846add941a26bd254911e16f02c4a3f9346f
parente489a94deef3d41513fe4254804d730f0fd6cbc0
Auto merge of #93244 - mark-i-m:doomed, r=oli-obk

Rename `ErrorReported` -> `ErrorGuaranteed`

r? `@eddyb`

cc https://github.com/rust-lang/rust/pull/93222 https://github.com/rust-lang/rust/issues/69426

The idea is that we would like to use it for both errors and `delay_span_bug`. Its semantics indicate a _guarantee_ that compilation will fail.