]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/multiple-main-2.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / multiple-main-2.stderr
index ae33e01cd26eb42b63088d60ac1aa2963fff3488..24bc9a8878b080ea7280eb093d3e5ca985a5329d 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-2.rs:8:1
    |
 LL | / fn bar() {
 LL | | }
-   | |_- first #[main] function
+   | |_- first `#[main]` function
 ...
 LL | / fn foo() {
 LL | | }
-   | |_^ additional #[main] function
+   | |_^ additional `#[main]` function
 
 error: aborting due to previous error