We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cc02c commit 422875cCopy full SHA for 422875c
hot-reload/rust/src/lib.rs
@@ -37,6 +37,8 @@ struct Reloadable {
37
impl INode for Reloadable {
38
fn init(_base: Base<Self::Base>) -> Self {
39
// HOT-RELOAD: change values to initialize with different defaults.
40
+ panic!("test panick");
41
+
42
Self {
43
favorite_planet: Planet::Earth,
44
//some_string: "Hello, world!".into(),
0 commit comments