crucial self reference allowed

This commit is contained in:
filipriec
2025-07-17 22:06:53 +02:00
parent 810ef5fc10
commit 24c2376ea1
12 changed files with 2312 additions and 190 deletions

View File

@@ -0,0 +1,18 @@
// tests/table_script/mod.rs
pub mod prohibited_types_test;
// // tests/table_script/mod.rs
// mod post_scripts_tests;
// mod post_scripts_integration_tests;
// mod prohibited_types_test;
// mod type_safety_comprehensive_tests;
// mod mathematical_operations_tests;
// mod comprehensive_error_scenarios_tests;
// pub use post_scripts_tests::*;
// pub use post_scripts_integration_tests::*;
// pub use prohibited_types_test::*;
// pub use type_safety_comprehensive_tests::*;
// pub use mathematical_operations_tests::*;
// pub use comprehensive_error_scenarios_tests::*;