// trybuild compile-fail fixture: missing #[stream] should produce a helpful error.
// Run via tests/trybuild.rs; this source is intentionally "broken" outside that harness.
useeventcore::{Command, StreamId};#[derive(Command)]structMissingStreamAttribute{account_id: StreamId,
}fnmain(){}