Content-Length: 12773 | pFad | https://doc.rust-lang.org/std/pin/../default/../rc/../../../std/../error_codes/./E0430.html

E0430 - 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 E0430

The self import appears more than once in the list.

Erroneous code example:

#![allow(unused)]
fn main() {
use something::{self, self}; // error: `self` import can only appear once in
                             //        the list
}

Please verify you didn't misspell the import name or remove the duplicated self import. Example:

mod something {}
fn main() {
use something::{self}; // ok!
}








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/pin/../default/../rc/../../../std/../error_codes/./E0430.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy