RA marks `inner_mod` in the following code as an `unresolved_reference`, when it should be `module`. ```rust use crate::inner::{self as inner_mod}; mod inner {} ```