about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/fuc/add_missing_feature.patch
blob: c765dde014286436a9ca3b04c0dd981fc4dc33c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/cpz/src/main.rs b/cpz/src/main.rs
index 4e7ce8d..0d0922d 100644
--- a/cpz/src/main.rs
+++ b/cpz/src/main.rs
@@ -1,5 +1,6 @@
 #![feature(once_cell)]
 #![feature(let_chains)]
+#![feature(main_separator_str)]
 
 use std::{
     borrow::Cow,