Skip to content

Commit

Permalink
Update 3.1-frontend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack authored Aug 6, 2024
1 parent 61a8ef2 commit 2164841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.1-frontend.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code Analysis in The Frontend
# Chapter 3.1 Code Analysis in The Frontend
Traditionally, performing code analysis requires modifying the compiler source code to add new passes.
Developers then need to recompile the compiler to activate these new passes, which can be cumbersome.
The Rust compiler offers a more portable way to conduct code analysis using the [rustc_driver](https://rustc-dev-guide.rust-lang.org/rustc-driver.html).
Expand Down

0 comments on commit 2164841

Please sign in to comment.