]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/issue-3343.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / issue-3343.rs
CommitLineData
f20569fa
XL
1// rustfmt-inline_attribute_width: 50
2
3#[cfg(feature = "alloc")]
4use core::slice;
5
6#[cfg(feature = "alloc")]
7use total_len_is::_50__;
8
9#[cfg(feature = "alloc")]
10use total_len_is::_51___;
11
12#[cfg(feature = "alloc")]
13extern crate len_is_50_;
14
15#[cfg(feature = "alloc")]
16extern crate len_is_51__;
17
18/// this is a comment to test is_sugared_doc property
19use core::convert;
20
21#[fooooo]
22#[barrrrr]
23use 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 = "redox",
41 target_os = "fuchsia",
42 windows,
43 all(target_arch = "wasm32", feature = "stdweb"),
44 all(target_arch = "wasm32", feature = "wasm-bindgen"),
45 )
46)))]
47use core::slice;