Reuse throw_machine_stop_str! macro.

This commit is contained in:
Camille GILLOT 2023-09-09 16:39:21 +00:00
parent 4901893721
commit 24adf07e5f
3 changed files with 25 additions and 54 deletions

View file

@ -2,6 +2,7 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(box_patterns)]
#![feature(decl_macro)]
#![feature(is_sorted)]
#![feature(let_chains)]
#![feature(map_try_insert)]