diff options
| -rw-r--r-- | src/librustc_mir/borrow_check/constraint_generation.rs (renamed from src/librustc_mir/borrow_check/nll/constraint_generation.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/constraints/graph.rs (renamed from src/librustc_mir/borrow_check/nll/constraints/graph.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/constraints/mod.rs (renamed from src/librustc_mir/borrow_check/nll/constraints/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/facts.rs (renamed from src/librustc_mir/borrow_check/nll/facts.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/invalidation.rs (renamed from src/librustc_mir/borrow_check/nll/invalidation.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/member_constraints.rs (renamed from src/librustc_mir/borrow_check/nll/member_constraints.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/nll.rs (renamed from src/librustc_mir/borrow_check/nll/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/region_infer/dump_mir.rs (renamed from src/librustc_mir/borrow_check/nll/region_infer/dump_mir.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/region_infer/graphviz.rs (renamed from src/librustc_mir/borrow_check/nll/region_infer/graphviz.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/region_infer/mod.rs (renamed from src/librustc_mir/borrow_check/nll/region_infer/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/region_infer/values.rs (renamed from src/librustc_mir/borrow_check/nll/region_infer/values.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/renumber.rs (renamed from src/librustc_mir/borrow_check/nll/renumber.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/constraint_conversion.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/constraint_conversion.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/free_region_relations.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/free_region_relations.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/input_output.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/input_output.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/liveness/local_use_map.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/liveness/local_use_map.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/liveness/mod.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/liveness/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/liveness/polonius.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/liveness/polonius.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/liveness/trace.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/liveness/trace.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/mod.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/type_check/relate_tys.rs (renamed from src/librustc_mir/borrow_check/nll/type_check/relate_tys.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_mir/borrow_check/universal_regions.rs (renamed from src/librustc_mir/borrow_check/nll/universal_regions.rs) | 0 |
22 files changed, 0 insertions, 0 deletions
diff --git a/src/librustc_mir/borrow_check/nll/constraint_generation.rs b/src/librustc_mir/borrow_check/constraint_generation.rs index dbeccab966b..dbeccab966b 100644 --- a/src/librustc_mir/borrow_check/nll/constraint_generation.rs +++ b/src/librustc_mir/borrow_check/constraint_generation.rs diff --git a/src/librustc_mir/borrow_check/nll/constraints/graph.rs b/src/librustc_mir/borrow_check/constraints/graph.rs index b6a9a7ee657..b6a9a7ee657 100644 --- a/src/librustc_mir/borrow_check/nll/constraints/graph.rs +++ b/src/librustc_mir/borrow_check/constraints/graph.rs diff --git a/src/librustc_mir/borrow_check/nll/constraints/mod.rs b/src/librustc_mir/borrow_check/constraints/mod.rs index 8a242b7ee25..8a242b7ee25 100644 --- a/src/librustc_mir/borrow_check/nll/constraints/mod.rs +++ b/src/librustc_mir/borrow_check/constraints/mod.rs diff --git a/src/librustc_mir/borrow_check/nll/facts.rs b/src/librustc_mir/borrow_check/facts.rs index a16c36d749f..a16c36d749f 100644 --- a/src/librustc_mir/borrow_check/nll/facts.rs +++ b/src/librustc_mir/borrow_check/facts.rs diff --git a/src/librustc_mir/borrow_check/nll/invalidation.rs b/src/librustc_mir/borrow_check/invalidation.rs index e442f9c9e32..e442f9c9e32 100644 --- a/src/librustc_mir/borrow_check/nll/invalidation.rs +++ b/src/librustc_mir/borrow_check/invalidation.rs diff --git a/src/librustc_mir/borrow_check/nll/member_constraints.rs b/src/librustc_mir/borrow_check/member_constraints.rs index 75213d30982..75213d30982 100644 --- a/src/librustc_mir/borrow_check/nll/member_constraints.rs +++ b/src/librustc_mir/borrow_check/member_constraints.rs diff --git a/src/librustc_mir/borrow_check/nll/mod.rs b/src/librustc_mir/borrow_check/nll.rs index 9ea3bd8899b..9ea3bd8899b 100644 --- a/src/librustc_mir/borrow_check/nll/mod.rs +++ b/src/librustc_mir/borrow_check/nll.rs diff --git a/src/librustc_mir/borrow_check/nll/region_infer/dump_mir.rs b/src/librustc_mir/borrow_check/region_infer/dump_mir.rs index d4f6ce8801e..d4f6ce8801e 100644 --- a/src/librustc_mir/borrow_check/nll/region_infer/dump_mir.rs +++ b/src/librustc_mir/borrow_check/region_infer/dump_mir.rs diff --git a/src/librustc_mir/borrow_check/nll/region_infer/graphviz.rs b/src/librustc_mir/borrow_check/region_infer/graphviz.rs index fdf2af9f44e..fdf2af9f44e 100644 --- a/src/librustc_mir/borrow_check/nll/region_infer/graphviz.rs +++ b/src/librustc_mir/borrow_check/region_infer/graphviz.rs diff --git a/src/librustc_mir/borrow_check/nll/region_infer/mod.rs b/src/librustc_mir/borrow_check/region_infer/mod.rs index d62537b1ad4..d62537b1ad4 100644 --- a/src/librustc_mir/borrow_check/nll/region_infer/mod.rs +++ b/src/librustc_mir/borrow_check/region_infer/mod.rs diff --git a/src/librustc_mir/borrow_check/nll/region_infer/values.rs b/src/librustc_mir/borrow_check/region_infer/values.rs index 0bf0cd37cd8..0bf0cd37cd8 100644 --- a/src/librustc_mir/borrow_check/nll/region_infer/values.rs +++ b/src/librustc_mir/borrow_check/region_infer/values.rs diff --git a/src/librustc_mir/borrow_check/nll/renumber.rs b/src/librustc_mir/borrow_check/renumber.rs index ba323b113e9..ba323b113e9 100644 --- a/src/librustc_mir/borrow_check/nll/renumber.rs +++ b/src/librustc_mir/borrow_check/renumber.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/constraint_conversion.rs b/src/librustc_mir/borrow_check/type_check/constraint_conversion.rs index 34ac96beb5c..34ac96beb5c 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/constraint_conversion.rs +++ b/src/librustc_mir/borrow_check/type_check/constraint_conversion.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/free_region_relations.rs b/src/librustc_mir/borrow_check/type_check/free_region_relations.rs index 8bb68383a49..8bb68383a49 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/free_region_relations.rs +++ b/src/librustc_mir/borrow_check/type_check/free_region_relations.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/input_output.rs b/src/librustc_mir/borrow_check/type_check/input_output.rs index 35fb677c053..35fb677c053 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/input_output.rs +++ b/src/librustc_mir/borrow_check/type_check/input_output.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/liveness/local_use_map.rs b/src/librustc_mir/borrow_check/type_check/liveness/local_use_map.rs index ab8c6f27973..ab8c6f27973 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/liveness/local_use_map.rs +++ b/src/librustc_mir/borrow_check/type_check/liveness/local_use_map.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/liveness/mod.rs b/src/librustc_mir/borrow_check/type_check/liveness/mod.rs index 8f8e9af7979..8f8e9af7979 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/liveness/mod.rs +++ b/src/librustc_mir/borrow_check/type_check/liveness/mod.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/liveness/polonius.rs b/src/librustc_mir/borrow_check/type_check/liveness/polonius.rs index 0354b0d6b92..0354b0d6b92 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/liveness/polonius.rs +++ b/src/librustc_mir/borrow_check/type_check/liveness/polonius.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/liveness/trace.rs b/src/librustc_mir/borrow_check/type_check/liveness/trace.rs index ba6fd75eea5..ba6fd75eea5 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/liveness/trace.rs +++ b/src/librustc_mir/borrow_check/type_check/liveness/trace.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/mod.rs b/src/librustc_mir/borrow_check/type_check/mod.rs index 1e3723edc56..1e3723edc56 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/mod.rs +++ b/src/librustc_mir/borrow_check/type_check/mod.rs diff --git a/src/librustc_mir/borrow_check/nll/type_check/relate_tys.rs b/src/librustc_mir/borrow_check/type_check/relate_tys.rs index 80bf0478128..80bf0478128 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/relate_tys.rs +++ b/src/librustc_mir/borrow_check/type_check/relate_tys.rs diff --git a/src/librustc_mir/borrow_check/nll/universal_regions.rs b/src/librustc_mir/borrow_check/universal_regions.rs index 9ad15fca001..9ad15fca001 100644 --- a/src/librustc_mir/borrow_check/nll/universal_regions.rs +++ b/src/librustc_mir/borrow_check/universal_regions.rs |
