Searched refs:single_use_lifetimes (Results 1 – 25 of 72) sorted by relevance
123
/external/rust/crates/pin-project/tests/expand/project_replace/ |
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)] 52 #[allow(single_use_lifetimes)]
|
D | struct.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)] 58 #[allow(single_use_lifetimes)]
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | tuple_struct-all.expanded.rs | 7 #[allow(single_use_lifetimes)] 21 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)] 45 #[allow(single_use_lifetimes)]
|
D | tuple_struct-own.expanded.rs | 7 #[allow(single_use_lifetimes)] 17 #[allow(single_use_lifetimes)] 28 #[allow(single_use_lifetimes)] 45 #[allow(single_use_lifetimes)]
|
D | struct-all.expanded.rs | 11 #[allow(single_use_lifetimes)] 29 #[allow(single_use_lifetimes)] 47 #[allow(single_use_lifetimes)] 60 #[allow(single_use_lifetimes)]
|
D | struct-own.expanded.rs | 11 #[allow(single_use_lifetimes)] 24 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)] 53 #[allow(single_use_lifetimes)]
|
D | struct-none.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
D | tuple_struct-mut.expanded.rs | 7 #[allow(single_use_lifetimes)] 21 #[allow(single_use_lifetimes)] 32 #[allow(single_use_lifetimes)]
|
D | tuple_struct-none.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)]
|
D | struct-mut.expanded.rs | 11 #[allow(single_use_lifetimes)] 29 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
D | struct-ref.expanded.rs | 11 #[allow(single_use_lifetimes)] 29 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
D | tuple_struct-ref.expanded.rs | 7 #[allow(single_use_lifetimes)] 21 #[allow(single_use_lifetimes)] 32 #[allow(single_use_lifetimes)]
|
D | enum-all.expanded.rs | 15 #[allow(single_use_lifetimes)] 37 #[allow(single_use_lifetimes)] 59 #[allow(single_use_lifetimes)] 78 #[allow(single_use_lifetimes)]
|
/external/rust/crates/syn-mid/src/ |
D | lib.rs | 34 deny(warnings, rust_2018_idioms, single_use_lifetimes), 39 #![warn(future_incompatible, rust_2018_idioms, single_use_lifetimes, unreachable_pub)]
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 37 #[allow(single_use_lifetimes)] 56 #[allow(single_use_lifetimes)]
|
D | struct.expanded.rs | 14 #[allow(single_use_lifetimes)] 25 #[allow(single_use_lifetimes)] 45 #[allow(single_use_lifetimes)] 65 #[allow(single_use_lifetimes)]
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)]
|
/external/rust/crates/pin-project-internal/src/ |
D | lib.rs | 6 deny(warnings, rust_2018_idioms, single_use_lifetimes), 11 #![warn(future_incompatible, rust_2018_idioms, single_use_lifetimes, unreachable_pub)]
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)]
|
D | struct.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)]
|
D | struct.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 11 #[allow(single_use_lifetimes)] 22 #[allow(single_use_lifetimes)] 40 #[allow(single_use_lifetimes)]
|
D | tuple_struct.expanded.rs | 7 #[allow(single_use_lifetimes)] 18 #[allow(single_use_lifetimes)] 35 #[allow(single_use_lifetimes)]
|
123