diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-15 13:38:47 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-22 11:06:24 +1100 |
| commit | 6686221d296128cdc55c2ee48420ce4a8d82f0c0 (patch) | |
| tree | 85845a727337b38580a12bdc9378cc453a58c061 /compiler/rustc_interface/src | |
| parent | 9fe6bb4a10a51073c01d501a9734efb9e818adad (diff) | |
| download | rust-6686221d296128cdc55c2ee48420ce4a8d82f0c0.tar.gz rust-6686221d296128cdc55c2ee48420ce4a8d82f0c0.zip | |
Remove outdated reference to compiler plugins.
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 0baf77c4f7e..9cec1004f9d 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -114,7 +114,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> { } } -/// Runs the "early phases" of the compiler: initial `cfg` processing, loading compiler plugins, +/// Runs the "early phases" of the compiler: initial `cfg` processing, /// syntax expansion, secondary `cfg` expansion, synthesis of a test /// harness if one is to be provided, injection of a dependency on the /// standard library and prelude, and name resolution. |
