]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/cfg_if/detect/os/other.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / cfg_if / detect / os / other.rs
CommitLineData
f20569fa
XL
1//! Other operating systems
2
3use crate::detect::Feature;
4
5/// Performs run-time feature detection.
6#[inline]
7pub fn check_for(_x: Feature) -> bool {
8 false
9}