bevy/errors/src/lib.rs
François f73987ae84 add a more helpful error to help debug panicking command on despawned entity (#5198)
# Objective

- Help users fix issue when their app panic when executing a command on a despawned entity

## Solution

- Add an error code and a page describing how to debug the issue
2022-07-05 18:44:54 +00:00

8 lines
167 B
Rust

#[doc = include_str!("../B0001.md")]
pub struct B0001;
#[doc = include_str!("../B0002.md")]
pub struct B0002;
#[doc = include_str!("../B0003.md")]
pub struct B0003;