Content-Length: 12929 | pFad | https://doc.rust-lang.org/std/iter/../convert/../../std/../std/../error_codes/./E0758.html

E0758 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0758

A multi-line (doc-)comment is unterminated.

Erroneous code example:

#![allow(unused)]
fn main() {
/* I am not terminated!
}

The same goes for doc comments:

#![allow(unused)]
fn main() {
/*! I am not terminated!
}

You need to end your multi-line comment with */ in order to fix this error:

#![allow(unused)]
fn main() {
/* I am terminated! */
/*! I am also terminated! */
}








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/iter/../convert/../../std/../std/../error_codes/./E0758.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy