From a702729aacb5f17fc0b645348e6892135eee8b30 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 29 May 2021 14:53:09 +0200 Subject: [PATCH] Turn a regular comment on Compilation into a doc comment --- compiler/rustc_driver/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs index c9b36dd0c24..2ecb6bf9ef2 100644 --- a/compiler/rustc_driver/src/lib.rs +++ b/compiler/rustc_driver/src/lib.rs @@ -499,7 +499,7 @@ fn make_input( } } -// Whether to stop or continue compilation. +/// Whether to stop or continue compilation. #[derive(Copy, Clone, Debug, Eq, PartialEq)] pub enum Compilation { Stop,