1// SPDX-License-Identifier: MulanPSL-2.0 2// Shared error prefix so users know the error is from robonix-codegen (e.g. when invoked via build script). 3 4pub const RIDLC_ERR_PREFIX: &str = "[robonix-codegen]";