The solution is what @Jmb proposed: assert!(cfg!(feature = "foo")); . What it says in the Cargo Book. This can be tested in code via ...
確定! 回上一頁