Skip to main content

robonix_codegen/codegen/
err.rs

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]";