Home
last modified time | relevance | path

Searched refs:UnsafeCopy (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generic-associated-types/
H A Dissue-68656-unsized-values.stderr4 LL | impl<T: Copy + std::ops::Deref> UnsafeCopy<T> for T {
11 note: required by a bound in `UnsafeCopy::Item`
15 | ^^^^^^^^^^ required by this bound in `UnsafeCopy::Item`
18 LL | impl<T: Copy + std::ops::Deref + Deref<Target = T>> UnsafeCopy<T> for T {
H A Dissue-74824.stderr7 note: required by a bound in `UnsafeCopy::Copy`
11 | ^^^^ required by this bound in `UnsafeCopy::Copy`
20 note: required by a bound in `UnsafeCopy::Copy`
24 | ^^^^ required by this bound in `UnsafeCopy::Copy`
H A Dissue-68641-check-gat-bounds.stderr7 note: required by a bound in `UnsafeCopy::Item`
11 | ^^^^ required by this bound in `UnsafeCopy::Item`
14 LL | impl<T: std::marker::Copy> UnsafeCopy for T {
H A Dissue-68656-unsized-values.rs5 trait UnsafeCopy<T: Copy> { interface
14 impl<T: Copy + std::ops::Deref> UnsafeCopy<T> for T {
H A Dissue-68641-check-gat-bounds.rs5 trait UnsafeCopy { interface
13 impl<T> UnsafeCopy for T {
H A Dissue-74824.rs6 trait UnsafeCopy { interface
15 impl<T> UnsafeCopy for T {}
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dhr-associated-type-projection-1.rs1 trait UnsafeCopy<'a, T: Copy> trait
3 for<'b> <Self as UnsafeCopy<'b, T>>::Item: std::ops::Deref<Target = T>,
13 impl<T: Copy + std::ops::Deref> UnsafeCopy<'_, T> for T {
H A Dhr-associated-type-projection-1.stderr4 LL | impl<T: Copy + std::ops::Deref> UnsafeCopy<'_, T> for T {
11 LL | impl<T: Copy + std::ops::Deref + Deref<Target = T>> UnsafeCopy<'_, T> for T {
/dports/lang/csharp-mode.el/csharp-mode-0.9.2/test-files/
H A Dimenu-method-test.cs44 public unsafe static void UnsafeCopy(byte[] src, byte[] dst, int count) in UnsafeCopy() method in MethodTest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dfile.cs127 … internal static void UnsafeCopy(String sourceFileName, String destFileName, bool overwrite) { in UnsafeCopy() method in System.IO.File