Home
last modified time | relevance | path

Searched refs:compile_error (Results 1 – 25 of 48) sorted by relevance

12

/external/rust/crates/crossbeam-channel/src/
Dselect_macro.rs53 compile_error!(
62 compile_error!(
71 compile_error!(
80 compile_error!(
89 compile_error!("expected `=>`, found `->`")
96 compile_error!(
162 compile_error!(
175 compile_error!(
184 compile_error!(
197 compile_error!(
[all …]
/external/rust/crates/nom/src/
Dmethods.rs6 ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
12 ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
18 ($($args:tt)*) => (compile_error!("method combinators moved to the nom-methods crate"););
/external/rust/crates/libloading/src/os/unix/
Dconsts.rs86 compile_error!(
120 compile_error!(
163 compile_error!(
199 compile_error!(
/external/rust/crates/futures/src/
Dlib.rs95 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
98 compile_error!("The `bilock` feature requires the `unstable` feature as an explicit opt-in to unsta…
101 compile_error!("The `read-initializer` feature requires the `unstable` feature as an explicit opt-i…
/external/rust/crates/tokio/tests/
D_require_full.rs2 compile_error!("run main Tokio tests with `--features full`");
/external/rust/crates/futures/tests/
D_require_features.rs6 compile_error!("`futures` tests must have all stable features activated: \
/external/rust/crates/proc-macro-hack/src/
Dlib.rs159 use crate::error::{compile_error, Error};
198 expand_proc_macro_hack(args, input).unwrap_or_else(compile_error) in proc_macro_hack()
218 parse_enum_hack(input).unwrap_or_else(compile_error) in enum_hack()
231 expand_fake_call_site(args, input).unwrap_or_else(compile_error) in fake_call_site()
Derror.rs18 pub fn compile_error(err: Error) -> TokenStream { in compile_error() function
/external/rust/crates/futures-channel/src/
Dlib.rs25 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
/external/rust/crates/futures-core/src/
Dlib.rs14 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
/external/rust/crates/proc-macro-nested/out/
Dcount.rs70 compile_error! { "this macro does not support >64 nested macro invocations" }
/external/rust/crates/parking_lot/src/
Dlib.rs36 compile_error!("the `send_guard` and `deadlock_detection` features cannot be used together");
/external/rust/crates/aho-corasick/src/
Dlib.rs187 compile_error!("`std` feature is currently required to build this crate");
/external/rust/crates/futures-task/src/
Dlib.rs14 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c645 compile_error(ctx, "unimplemented intr %d\n", intr->intrinsic); in emit_intrinsic()
670 compile_error(ctx, "Unhandled NIR tex src type: %d\n", in emit_tex()
682 compile_error(ctx, "unimplemented texop %d\n", tex->op); in emit_tex()
696 compile_error(ctx, "unimplemented sampler %d\n", tex->sampler_dim); in emit_tex()
763 compile_error(ctx, "unknown shader type: %d\n", ctx->so->type); in setup_input()
1003 compile_error(ctx, "Not supported\n"); in loop_last_block()
1033 compile_error(ctx, "Not supported\n"); in emit_cf_list()
/external/rust/crates/anyhow/
Dbuild.rs8 compile_error! {
/external/rust/crates/futures-util/src/
Dlib.rs21 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
24 compile_error!("The `bilock` feature requires the `unstable` feature as an explicit opt-in to unsta…
27 compile_error!("The `read-initializer` feature requires the `unstable` feature as an explicit opt-i…
/external/rust/crates/getrandom/src/
Drdrand.rs50 compile_error!(
Dlib.rs213 compile_error!("target is not supported, for more information see: \
/external/rust/crates/regex/src/
Dlib.rs622 compile_error!("`std` feature is currently required to build this crate");
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c132 compile_error(c, "Unhandled ALU op: %s\n", nir_op_infos[op].name); in etna_emit_alu()
216 compile_error(c, "Unhandled NIR tex type: %d\n", op); in etna_emit_tex()
Detnaviv_compiler_nir.c373 compile_error(c, "Unhandled NIR intrinsic type: %s\n", in get_src()
387 compile_error(c, "Unhandled NIR instruction type: %d\n", instr->type); in get_src()
520 compile_error(c, "Unhandled NIR tex src type: %d\n", in emit_tex()
586 compile_error(c, "Unhandled NIR intrinsic type: %s\n", in emit_intrinsic()
611 compile_error(c, "Unhandled NIR instruction type: %d\n", instr->type); in emit_instr()
664 compile_error(c, "Unknown NIR node type\n"); in emit_cf_list()
/external/rust/crates/proc-macro-error-attr/src/
Dlib.rs32 quote_spanned!(self.span=> compile_error!{#message}) in into_compile_error()
/external/rust/crates/proc-macro-error/
DREADME.md13 `compile_error!`. It detects the most preferable way to emit errors based on compiler's version.
189 a [`compile_error!`][compl_err] invocation or just use a good old panic. Both these ways suck:
250 [compl_err]: https://doc.rust-lang.org/std/macro.compile_error.html
/external/rust/crates/memoffset/src/
Dspan_of.rs27 compile_error! { $($inner)* }

12