Home
last modified time | relevance | path

Searched refs:NoClone (Results 1 – 25 of 122) sorted by relevance

12345

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-11820.rs4 struct NoClone; struct
7 let rnc = &NoClone; in main()
8 let rsnc = &Some(NoClone); in main()
10 let _: &NoClone = rnc.clone(); in main()
11 let _: &Option<NoClone> = rsnc.clone(); in main()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/generic-array-0.12.0/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/misc/ruut/ruut-0.6.1/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/www/firefox/firefox-99.0/third_party/rust/generic-array/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/generic-array/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/net-im/fractal/fractal-4.4.0/vendor/generic-array/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/generic-array-0.12.3/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/www/websocat/websocat-1.9.0/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/generic-array-0.12.4/tests/
H A Dmod.rs61 struct NoClone<T>(T); struct
68 let arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_slice()
81 let mut arr = [NoClone(1u32), NoClone(2), NoClone(3), NoClone(4)]; in test_from_mut_slice()
84 gen_arr[2] = NoClone(10); in test_from_mut_slice()
86 assert_eq!(arr, [NoClone(1), NoClone(2), NoClone(10), NoClone(4)]); in test_from_mut_slice()

12345