]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-4382.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / issue-4382.rs
CommitLineData
f20569fa
XL
1pub const NAME_MAX: usize = {
2 #[cfg(target_os = "linux")]
3 {
4 1024
5 }
6 #[cfg(target_os = "freebsd")]
7 {
8 255
9 }
10};