Skip to content

Commit ae7c769

Browse files
committed
test_translator: remove #![feature(nll)], stabilized in 1.63
Our old pinned nightly is 1.65, so this was already stabilized even back then.
1 parent cc84733 commit ae7c769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/test_translator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def run(self) -> List[TestOutcome]:
402402
"extern_types",
403403
"simd_ffi",
404404
"stdsimd",
405-
"nll",
406405
"linkage",
407406
"register_tool",
408407
])

0 commit comments

Comments
 (0)