Skip to content

Commit

Permalink
force enable nr2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerboat9 committed Feb 27, 2024
1 parent 75424e6 commit ad28a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/rust-session-manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ Session::expansion (AST::Crate &crate)

auto ctx = Resolver2_0::NameResolutionContext ();

if (flag_name_resolution_2_0)
if (true /*flag_name_resolution_2_0*/)
{
Resolver2_0::Early early (ctx);
early.go (crate);
Expand Down

0 comments on commit ad28a90

Please sign in to comment.