Lines Matching refs:Some
33 note: Some("hint: use UniquePtr<> or SharedPtr<>"),
38 label: Some("reserved identifier"),
39 note: Some("identifiers starting with cxxbridge are reserved"),
45 note: Some("hint: wrap it in a UniquePtr<>"),
51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"),
56 label: Some("discriminant overflow"),
57 note: Some("note: explicitly set `= 0` if that is desired outcome"),
62 label: Some("#include relative to `.` or `..` is not supported in Cargo builds"),
63 note: Some("note: use a path starting with the crate name"),
68 label: Some("reserved identifier"),
69 note: Some("identifiers containing double underscore are reserved in C++"),
74 label: Some("'static is a reserved lifetime name"),
81 note: Some("hint: wrap it in a Box<>"),
86 label: Some("unsupported type"),
92 label: Some("not allowed"),
93 note: Some(