Skip to content

Commit

Permalink
Merge pull request #5 from rust-analyzer/pattern-analysis
Browse files Browse the repository at this point in the history
Revert "Disable rustc_pattern_analysis publish temporarly"
  • Loading branch information
lnicola authored Jan 23, 2024
2 parents f72fda7 + bf7b192 commit 6c180f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ fn main() {
dir: "compiler/rustc_parse_format".to_owned(),
in_tree_feature_name: "nightly".to_owned(),
},
// RustcApCrate {
// name: "rustc_pattern_analysis".to_owned(),
// dir: "compiler/rustc_pattern_analysis".to_owned(),
// in_tree_feature_name: "rustc".to_owned(),
// },
RustcApCrate {
name: "rustc_pattern_analysis".to_owned(),
dir: "compiler/rustc_pattern_analysis".to_owned(),
in_tree_feature_name: "rustc".to_owned(),
},
];

eprintln!("learning about the dependency graph");
Expand Down

0 comments on commit 6c180f1

Please sign in to comment.