Home
last modified time | relevance | path

Searched refs:takes_immutable (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/zerocopy/tests/ui-msrv/
Ddiagnostic-not-implemented-immutable.stderr4 18 | takes_immutable::<NotZerocopy>();
7 note: required by a bound in `takes_immutable`
10 21 | fn takes_immutable<T: Immutable>() {}
11 | ^^^^^^^^^ required by this bound in `takes_immutable`
Ddiagnostic-not-implemented-immutable.rs18 takes_immutable::<NotZerocopy>(); in main()
21 fn takes_immutable<T: Immutable>() {} in takes_immutable() function
/external/rust/android-crates-io/crates/zerocopy/tests/ui-stable/
Ddiagnostic-not-implemented-immutable.stderr4 18 | takes_immutable::<NotZerocopy>();
18 note: required by a bound in `takes_immutable`
21 21 | fn takes_immutable<T: Immutable>() {}
22 | ^^^^^^^^^ required by this bound in `takes_immutable`
Ddiagnostic-not-implemented-immutable.rs18 takes_immutable::<NotZerocopy>(); in main()
21 fn takes_immutable<T: Immutable>() {} in takes_immutable() function
/external/rust/android-crates-io/crates/zerocopy/tests/ui-nightly/
Ddiagnostic-not-implemented-immutable.stderr4 18 | takes_immutable::<NotZerocopy>();
18 note: required by a bound in `takes_immutable`
21 21 | fn takes_immutable<T: Immutable>() {}
22 | ^^^^^^^^^ required by this bound in `takes_immutable`
Ddiagnostic-not-implemented-immutable.rs18 takes_immutable::<NotZerocopy>(); in main()
21 fn takes_immutable<T: Immutable>() {} in takes_immutable() function