//! UI compile-fail test harness for blz-core
//!
//! These tests verify compile-time API constraints (not graphical UI).
//! They are marked `#[ignore]` by default due to slow compilation time (120+ seconds).
//! Run explicitly with: `cargo test --ignored compile_fail_ui`