summaryrefslogtreecommitdiffstats
path: root/teams/wg-nll.toml
blob: e78263cde19ce8e1734eab6ad88b402af3066601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = "wg-nll"
subteam-of = "compiler"
wg = true

[people]
leads = ["nikomatsakis", "pnkfelix"]
members = ["nikomatsakis", "pnkfelix"]

[website]
name = "Non-Lexical Lifetimes (NLL)"
description = "Implementing the new MIR-based borrow check and non-lexical lifetimes"
repo = "https://rust-lang.github.io/compiler-team/working-groups/nll/"