]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/multiple-main-3.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / multiple-main-3.stderr
index b85637b8a56e24ab52daba32e5c199ea5e433758..ec171b76a284a293309242d8168490678f3989b4 100644 (file)
@@ -1,13 +1,13 @@
-error[E0137]: multiple functions with a #[main] attribute
+error[E0137]: multiple functions with a `#[main]` attribute
   --> $DIR/multiple-main-3.rs:9:5
    |
 LL | / fn main1() {
 LL | | }
-   | |_- first #[main] function
+   | |_- first `#[main]` function
 ...
 LL | /     fn main2() {
 LL | |     }
-   | |_____^ additional #[main] function
+   | |_____^ additional `#[main]` function
 
 error: aborting due to previous error