summaryrefslogtreecommitdiffstats
path: root/teams/wg-compiler-nll.toml
blob: 26acd41cd0dc523628241aeca84c4c1aa77b0423 (plain)
1
2
3
4
5
6
7
8
9
10
name = "wg-compiler-nll"
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"