]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3343.rs
760d84dc3c37fc26bd450438afd6fbfa098b242b
[rust.git] / tests / source / issue-3343.rs
1 // rustfmt-inline_attribute_width: 50
2
3 #[cfg(feature = "alloc")]
4 use core::slice;
5
6 #[cfg(feature = "alloc")]
7 use total_len_is::_50__;
8
9 #[cfg(feature = "alloc")]
10 use total_len_is::_51___;
11
12 #[cfg(feature = "alloc")]
13 extern crate len_is_50_;
14
15 #[cfg(feature = "alloc")]
16 extern crate len_is_51__;
17
18 /// this is a comment to test is_sugared_doc property
19 use core::convert;
20
21 #[fooooo]
22 #[barrrrr]
23 use total_len_is_::_51______;
24
25 #[cfg(not(all(
26     feature = "std",
27     any(
28         target_os = "linux",
29         target_os = "android",
30         target_os = "netbsd",
31         target_os = "dragonfly",
32         target_os = "haiku",
33         target_os = "emscripten",
34         target_os = "solaris",
35         target_os = "cloudabi",
36         target_os = "macos",
37         target_os = "ios",
38         target_os = "freebsd",
39         target_os = "openbsd",
40         target_os = "bitrig",
41         target_os = "redox",
42         target_os = "fuchsia",
43         windows,
44         all(target_arch = "wasm32", feature = "stdweb"),
45         all(target_arch = "wasm32", feature = "wasm-bindgen"),
46     )
47 )))]
48 use core::slice;