Skip to content

Commit be24dbd

Browse files
authored
test_translator: remove #![feature(nll)], stabilized in 1.63 (#1290)
Our old pinned nightly is 1.65, so this was already stabilized even back then.
2 parents fab0ff7 + ae7c769 commit be24dbd

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
@@ -405,7 +405,6 @@ def run(self) -> List[TestOutcome]:
405405
"extern_types",
406406
"simd_ffi",
407407
"stdsimd",
408-
"nll",
409408
"linkage",
410409
"register_tool",
411410
])

0 commit comments

Comments
 (0)