We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc275b commit 9e6d06eCopy full SHA for 9e6d06e
gcc/rust/rust-session-manager.cc
@@ -19,6 +19,7 @@
19
#include "rust-session-manager.h"
20
#include "rust-collect-lang-items.h"
21
#include "rust-desugar-for-loops.h"
22
+#include "rust-desugar-question-mark.h"
23
#include "rust-diagnostics.h"
24
#include "rust-hir-pattern-analysis.h"
25
#include "rust-immutable-name-resolution-context.h"
@@ -610,6 +611,7 @@ Session::compile_crate (const char *filename)
610
611
return;
612
613
AST::CollectLangItems ().go (parsed_crate);
614
+ AST::DesugarQuestionMark ().go (parsed_crate);
615
616
auto name_resolution_ctx = Resolver2_0::NameResolutionContext ();
617
// expansion pipeline stage
0 commit comments