/external/rust/crates/crossbeam-channel/src/ |
D | select_macro.rs | 53 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/ |
D | methods.rs | 6 ($($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/ |
D | consts.rs | 86 compile_error!( 120 compile_error!( 163 compile_error!( 199 compile_error!(
|
/external/rust/crates/futures/src/ |
D | lib.rs | 95 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.rs | 2 compile_error!("run main Tokio tests with `--features full`");
|
/external/rust/crates/futures/tests/ |
D | _require_features.rs | 6 compile_error!("`futures` tests must have all stable features activated: \
|
/external/rust/crates/proc-macro-hack/src/ |
D | lib.rs | 159 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()
|
D | error.rs | 18 pub fn compile_error(err: Error) -> TokenStream { in compile_error() function
|
/external/rust/crates/futures-channel/src/ |
D | lib.rs | 25 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
|
/external/rust/crates/futures-core/src/ |
D | lib.rs | 14 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
|
/external/rust/crates/proc-macro-nested/out/ |
D | count.rs | 70 compile_error! { "this macro does not support >64 nested macro invocations" }
|
/external/rust/crates/parking_lot/src/ |
D | lib.rs | 36 compile_error!("the `send_guard` and `deadlock_detection` features cannot be used together");
|
/external/rust/crates/aho-corasick/src/ |
D | lib.rs | 187 compile_error!("`std` feature is currently required to build this crate");
|
/external/rust/crates/futures-task/src/ |
D | lib.rs | 14 compile_error!("The `cfg-target-has-atomic` feature requires the `unstable` feature as an explicit …
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 645 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/ |
D | build.rs | 8 compile_error! {
|
/external/rust/crates/futures-util/src/ |
D | lib.rs | 21 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/ |
D | rdrand.rs | 50 compile_error!(
|
D | lib.rs | 213 compile_error!("target is not supported, for more information see: \
|
/external/rust/crates/regex/src/ |
D | lib.rs | 622 compile_error!("`std` feature is currently required to build this crate");
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 132 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()
|
D | etnaviv_compiler_nir.c | 373 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/ |
D | lib.rs | 32 quote_spanned!(self.span=> compile_error!{#message}) in into_compile_error()
|
/external/rust/crates/proc-macro-error/ |
D | README.md | 13 `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/ |
D | span_of.rs | 27 compile_error! { $($inner)* }
|